| Index: third_party/WebKit/Source/modules/webgl/WebGLSync.h
|
| diff --git a/third_party/WebKit/Source/modules/webgl/WebGLSync.h b/third_party/WebKit/Source/modules/webgl/WebGLSync.h
|
| index ba9a7815f6b90a40192b3b32ca4ecd37f93c1590..414d5948bae2dba1799726177681b44ac176c37d 100644
|
| --- a/third_party/WebKit/Source/modules/webgl/WebGLSync.h
|
| +++ b/third_party/WebKit/Source/modules/webgl/WebGLSync.h
|
| @@ -6,7 +6,6 @@
|
| #define WebGLSync_h
|
|
|
| #include "modules/webgl/WebGLSharedObject.h"
|
| -#include "public/platform/WebGraphicsContext3D.h"
|
| #include "third_party/khronos/GLES2/gl2.h"
|
|
|
| namespace blink {
|
| @@ -24,7 +23,7 @@ protected:
|
| WebGLSync(WebGL2RenderingContextBase*, GLsync, GLenum objectType);
|
|
|
| bool hasObject() const override { return m_object != nullptr; }
|
| - void deleteObjectImpl(WebGraphicsContext3D*, gpu::gles2::GLES2Interface*) override;
|
| + void deleteObjectImpl(gpu::gles2::GLES2Interface*) override;
|
|
|
| GLenum objectType() const { return m_objectType; }
|
|
|
|
|