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

Unified Diff: third_party/WebKit/Source/platform/graphics/test/MockWebGraphicsContext3D.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/platform/graphics/test/MockWebGraphicsContext3D.h
diff --git a/third_party/WebKit/Source/platform/graphics/test/MockWebGraphicsContext3D.h b/third_party/WebKit/Source/platform/graphics/test/MockWebGraphicsContext3D.h
index f7f3c1ba3328c79238502d28491fa76e4ffd8a56..99834970712bd757f0c90228575ef9b8f320f8a6 100644
--- a/third_party/WebKit/Source/platform/graphics/test/MockWebGraphicsContext3D.h
+++ b/third_party/WebKit/Source/platform/graphics/test/MockWebGraphicsContext3D.h
@@ -52,9 +52,6 @@ public:
virtual WebString getTranslatedShaderSourceANGLE(WebGLId) { return WebString(); }
- // Don't use this, make a MockGLES2Interface instead.
- virtual gpu::gles2::GLES2Interface* getGLES2Interface() { return nullptr; }
-
void fakeContextLost() { m_contextLost = true; }
protected:
unsigned m_nextTextureId;

Powered by Google App Engine
This is Rietveld 408576698