Chromium Code Reviews| 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..aa9cd4c5a1c47b5315846048443b84b8870973ca 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; } |
|
pfeldman
2016/05/06 21:20:40
start with lower case.
|
| gpu::Capabilities getCapabilities() |
| { |
| return gpu::Capabilities(); |