Chromium Code Reviews| Index: third_party/WebKit/Source/platform/graphics/Canvas2DLayerBridgeTest.cpp |
| diff --git a/third_party/WebKit/Source/platform/graphics/Canvas2DLayerBridgeTest.cpp b/third_party/WebKit/Source/platform/graphics/Canvas2DLayerBridgeTest.cpp |
| index 351a4a2e41b587ed69d5a29a5dfa95faf15bf6ea..b026e0fd1bdb3eb90024abf8d6c4ade6b793be2f 100644 |
| --- a/third_party/WebKit/Source/platform/graphics/Canvas2DLayerBridgeTest.cpp |
| +++ b/third_party/WebKit/Source/platform/graphics/Canvas2DLayerBridgeTest.cpp |
| @@ -87,6 +87,8 @@ public: |
| return m_gl; |
| } |
| + bool BindToCurrentThread() override { return false; } |
|
pfeldman
2016/05/06 21:20:40
start with lower case.
|
| + |
| void setLostContextCallback(WebClosure) override {} |
| void setErrorMessageCallback(WebFunction<void(const char*, int32_t id)>) {} |