| Index: third_party/WebKit/Source/platform/graphics/gpu/DrawingBufferTest.cpp
|
| diff --git a/third_party/WebKit/Source/platform/graphics/gpu/DrawingBufferTest.cpp b/third_party/WebKit/Source/platform/graphics/gpu/DrawingBufferTest.cpp
|
| index a3606564e6c5724755dd3c9405d5d7756a89376f..c5e0eac2b3ae0599d75b089dbf6b8c49cd332108 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/gpu/DrawingBufferTest.cpp
|
| +++ b/third_party/WebKit/Source/platform/graphics/gpu/DrawingBufferTest.cpp
|
| @@ -223,11 +223,6 @@ public:
|
| return m_contextGL->currentImageId();
|
| }
|
|
|
| - gpu::gles2::GLES2Interface* getGLES2Interface() override
|
| - {
|
| - return m_contextGL;
|
| - }
|
| -
|
| private:
|
| GLES2InterfaceForTests* m_contextGL;
|
| };
|
| @@ -686,8 +681,6 @@ public:
|
| WebGLId depthAttachment() const { return m_contextGL->depthAttachment(); }
|
| WebGLId depthStencilAttachment() const { return m_contextGL->depthStencilAttachment(); }
|
|
|
| - gpu::gles2::GLES2Interface* getGLES2Interface() override { return m_contextGL; }
|
| -
|
| private:
|
| DepthStencilTrackingGLES2Interface* m_contextGL;
|
| };
|
|
|