aboutsummaryrefslogtreecommitdiff
path: root/src/libANGLE/EGLSync.h
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-12-13 00:07:01 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-12-13 00:07:01 +0000
commitd3eb409207e115913ca857370ec3f57b0176bcc0 (patch)
tree16765b6280082dc0b023adec56c46e6ebb418999 /src/libANGLE/EGLSync.h
parent613d0296f2046c72066f26bb60fc8fda2addd45f (diff)
parent5d6766f0e0e4382d8cd4d0376232d344e40970b6 (diff)
downloadangle-android14-qpr2-release.tar.gz
Change-Id: Id5855d5fd079a29ecbd0c367f5bf73f6e0f16ee7
Diffstat (limited to 'src/libANGLE/EGLSync.h')
-rw-r--r--src/libANGLE/EGLSync.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/libANGLE/EGLSync.h b/src/libANGLE/EGLSync.h
index 7fa32c9837..3082c702ab 100644
--- a/src/libANGLE/EGLSync.h
+++ b/src/libANGLE/EGLSync.h
@@ -29,10 +29,10 @@ class Context;
namespace egl
{
-class Sync final : public angle::RefCountObject<Display, angle::Result>, public LabeledObject
+class Sync final : public LabeledObject
{
public:
- Sync(rx::EGLImplFactory *factory, const SyncID &id, EGLenum type);
+ Sync(rx::EGLImplFactory *factory, EGLenum type);
~Sync() override;
void setLabel(EGLLabelKHR label) override;
@@ -40,10 +40,11 @@ class Sync final : public angle::RefCountObject<Display, angle::Result>, public
const SyncID &id() const { return mId; }
- void onDestroy(const Display *display) override;
+ void onDestroy(const Display *display);
Error initialize(const Display *display,
const gl::Context *context,
+ const SyncID &id,
const AttributeMap &attribs);
Error clientWait(const Display *display,
const gl::Context *context,