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

Unified Diff: third_party/WebKit/Source/modules/webgl/WebGLSharedObject.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/WebGLSharedObject.h
diff --git a/third_party/WebKit/Source/modules/webgl/WebGLSharedObject.h b/third_party/WebKit/Source/modules/webgl/WebGLSharedObject.h
index b5afe7a158d65d6f32569259793c1b52c80e0511..180df22eb97c06f223cd5b3bc92330b18f8bd65f 100644
--- a/third_party/WebKit/Source/modules/webgl/WebGLSharedObject.h
+++ b/third_party/WebKit/Source/modules/webgl/WebGLSharedObject.h
@@ -66,7 +66,7 @@ protected:
return m_contextGroup;
}
- WebGraphicsContext3D* getAWebGraphicsContext3D() const final;
+ gpu::gles2::GLES2Interface* getAGLInterface() const final;
private:
WebGLContextGroup* m_contextGroup;
« no previous file with comments | « third_party/WebKit/Source/modules/webgl/WebGLShader.cpp ('k') | third_party/WebKit/Source/modules/webgl/WebGLSharedObject.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698