| 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 3ba338e78d91aa83f942df2c2ca1bb8cb19de303..df6864445733d8675c33853a9bc37642b1ff8fc2 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/gpu/DrawingBufferTest.cpp
|
| +++ b/third_party/WebKit/Source/platform/graphics/gpu/DrawingBufferTest.cpp
|
| @@ -241,6 +241,7 @@ public:
|
| gpu::gles2::GLES2Interface* contextGL() override { return m_gl.get(); }
|
| // Not used by WebGL code.
|
| GrContext* grContext() override { return nullptr; }
|
| + bool bindToCurrentThread() override { return false; }
|
| gpu::Capabilities getCapabilities()
|
| {
|
| return gpu::Capabilities();
|
|
|