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

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

Issue 1815803003: Move simple methods [T-Z] from WebGraphicsContext3D to GLES2Interface. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@simples-fplus
Patch Set: simples-tplus: fixed 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 1668130295abd0c315a16f42f4a22ebc4c3fe7b4..ca47ba2b220f4e3a82f9f56063a8954e99d82690 100644
--- a/third_party/WebKit/Source/modules/webgl/WebGLSync.h
+++ b/third_party/WebKit/Source/modules/webgl/WebGLSync.h
@@ -23,7 +23,7 @@ protected:
WebGLSync(WebGL2RenderingContextBase*, WGC3Dsync, GLenum objectType);
bool hasObject() const override { return m_object != 0; }
- void deleteObjectImpl(WebGraphicsContext3D*) override;
+ void deleteObjectImpl(WebGraphicsContext3D*, 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