| 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 929aaa2511c0b3e54ed098b1083454dee609a907..5337e3bcc7468674d0e3403749c6aec8cb013ce7 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/test/MockWebGraphicsContext3D.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/test/MockWebGraphicsContext3D.h
|
| @@ -34,9 +34,6 @@ namespace blink {
|
| // WebGraphicsContext3D base class for use in WebKit unit tests.
|
| // All operations are no-ops (returning 0 if necessary).
|
| class MockWebGraphicsContext3D : public WebGraphicsContext3D {
|
| -public:
|
| - // Don't use this, make a MockGLES2Interface instead.
|
| - virtual gpu::gles2::GLES2Interface* getGLES2Interface() { return nullptr; }
|
| };
|
|
|
| } // namespace blink
|
|
|