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 45dab225d38ffe744f1728d7389e26e41b3dbdbc..50691b1dbf7311c21a5d539836648d569458d3bd 100644 |
--- a/third_party/WebKit/Source/platform/graphics/gpu/DrawingBufferTest.cpp |
+++ b/third_party/WebKit/Source/platform/graphics/gpu/DrawingBufferTest.cpp |
@@ -38,7 +38,6 @@ |
#include "platform/graphics/gpu/Extensions3DUtil.h" |
#include "public/platform/Platform.h" |
#include "public/platform/WebExternalTextureMailbox.h" |
-#include "public/platform/WebGraphicsContext3D.h" |
#include "public/platform/WebGraphicsContext3DProvider.h" |
#include "public/platform/functional/WebFunction.h" |
#include "testing/gmock/include/gmock/gmock.h" |
@@ -241,7 +240,6 @@ public: |
{ |
} |
- WebGraphicsContext3D* context3d() override { return nullptr; } |
gpu::gles2::GLES2Interface* contextGL() override { return m_gl.get(); } |
// Not used by WebGL code. |
GrContext* grContext() override { return nullptr; } |