Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(56)

Unified Diff: third_party/WebKit/Source/modules/webgl/WebGLSync.h

Issue 1833273002: Remove WebGraphicsContext3D::getGLES2Interface(). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: getgles2: rebase Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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; }
« no previous file with comments | « third_party/WebKit/Source/modules/webgl/WebGLSharedObject.cpp ('k') | third_party/WebKit/Source/modules/webgl/WebGLSync.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698