| 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;
|
|
|