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 50691b1dbf7311c21a5d539836648d569458d3bd..8d594995c50498bf4b5ecb443a1154c90578b590 100644 |
--- a/third_party/WebKit/Source/platform/graphics/gpu/DrawingBufferTest.cpp |
+++ b/third_party/WebKit/Source/platform/graphics/gpu/DrawingBufferTest.cpp |
@@ -243,6 +243,7 @@ public: |
gpu::gles2::GLES2Interface* contextGL() override { return m_gl.get(); } |
// Not used by WebGL code. |
GrContext* grContext() override { return nullptr; } |
+ void DetachFromThread() override {} |
gpu::Capabilities getCapabilities() |
{ |
return gpu::Capabilities(); |