| 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 5d2faa238737670cd444ed318fad4193a7191765..f53a5966ce9d808e86a6d3837118951d2f084b9b 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;
|
|
|