| 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 2508eaf257d64132df9a592fb0f466c81607142a..2c21e797e1e44bd5ec46c29e2c60852486bc14f4 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/Canvas2DLayerBridgeTest.cpp
|
| +++ b/third_party/WebKit/Source/platform/graphics/Canvas2DLayerBridgeTest.cpp
|
| @@ -41,6 +41,7 @@
|
| #include "public/platform/WebTaskRunner.h"
|
| #include "public/platform/WebThread.h"
|
| #include "public/platform/WebTraceLocation.h"
|
| +#include "public/platform/callback/WebClosure.h"
|
| #include "skia/ext/texture_handle.h"
|
| #include "testing/gmock/include/gmock/gmock.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| @@ -94,6 +95,8 @@ public:
|
| return m_gl;
|
| }
|
|
|
| + void setLostContextCallback(WebClosure) override {}
|
| +
|
| private:
|
| WebGraphicsContext3D* m_context3d;
|
| gpu::gles2::GLES2Interface* m_gl;
|
|
|