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

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: media 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..dbb1eeb77ed42eeba560d0aff44c88ec49820e4f 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;
+ WebGLRenderingContextBase* getAWebGLRenderingContextBase() const final;
private:
WebGLContextGroup* m_contextGroup;

Powered by Google App Engine
This is Rietveld 408576698