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

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

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.cpp
diff --git a/third_party/WebKit/Source/modules/webgl/WebGLSync.cpp b/third_party/WebKit/Source/modules/webgl/WebGLSync.cpp
index ea4e3e8b34e780352858d07788e89bb38ddbab17..cf5d2c5733491f4744d16c098feac7e6a1c62780 100644
--- a/third_party/WebKit/Source/modules/webgl/WebGLSync.cpp
+++ b/third_party/WebKit/Source/modules/webgl/WebGLSync.cpp
@@ -21,7 +21,7 @@ WebGLSync::WebGLSync(WebGL2RenderingContextBase* ctx, WGC3Dsync object, GLenum o
{
}
-void WebGLSync::deleteObjectImpl(WebGraphicsContext3D* context3d)
+void WebGLSync::deleteObjectImpl(WebGraphicsContext3D* context3d, gpu::gles2::GLES2Interface*)
{
context3d->deleteSync(m_object);
m_object = 0;
« no previous file with comments | « third_party/WebKit/Source/modules/webgl/WebGLSync.h ('k') | third_party/WebKit/Source/modules/webgl/WebGLTexture.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698