Index: third_party/WebKit/Source/platform/graphics/test/FakeWebGraphicsContext3DProvider.h |
diff --git a/third_party/WebKit/Source/platform/graphics/test/FakeWebGraphicsContext3DProvider.h b/third_party/WebKit/Source/platform/graphics/test/FakeWebGraphicsContext3DProvider.h |
index 2f30369016ce9c4cefd31a53636c3718b82f530c..63a8075af0377c3dc21ef465dd946f4fe8ac96df 100644 |
--- a/third_party/WebKit/Source/platform/graphics/test/FakeWebGraphicsContext3DProvider.h |
+++ b/third_party/WebKit/Source/platform/graphics/test/FakeWebGraphicsContext3DProvider.h |
@@ -25,11 +25,16 @@ public: |
return m_grContext.get(); |
} |
- gpu::Capabilities getCapabilities() |
+ gpu::Capabilities getCapabilities() override |
{ |
return gpu::Capabilities(); |
} |
+ bool isSoftwareRendering() const override |
+ { |
+ return false; |
+ } |
+ |
gpu::gles2::GLES2Interface* contextGL() override |
{ |
return m_gl; |