| Index: third_party/WebKit/Source/platform/graphics/gpu/DrawingBufferSoftwareRenderingTest.cpp
|
| diff --git a/third_party/WebKit/Source/platform/graphics/gpu/DrawingBufferSoftwareRenderingTest.cpp b/third_party/WebKit/Source/platform/graphics/gpu/DrawingBufferSoftwareRenderingTest.cpp
|
| index 36e7b8b8fa77f382026663bea2194c8f5d88f92a..1bf939af3ac862f6fd3809025adfb0243cb27cd1 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/gpu/DrawingBufferSoftwareRenderingTest.cpp
|
| +++ b/third_party/WebKit/Source/platform/graphics/gpu/DrawingBufferSoftwareRenderingTest.cpp
|
| @@ -37,6 +37,7 @@ class WebGraphicsContext3DProviderSoftwareRenderingForTests
|
| void setLostContextCallback(const base::Closure&) {}
|
| void setErrorMessageCallback(
|
| const base::Callback<void(const char*, int32_t id)>&) {}
|
| + void signalQuery(uint32_t, const base::Closure&) override {}
|
|
|
| private:
|
| std::unique_ptr<gpu::gles2::GLES2Interface> m_gl;
|
|
|