| 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 955971852239e57a4cab3f5762f5ed5c88df8278..7a38aa302ba1107affa63270640fde15e92e6014 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/Canvas2DLayerBridgeTest.cpp
|
| +++ b/third_party/WebKit/Source/platform/graphics/Canvas2DLayerBridgeTest.cpp
|
| @@ -40,7 +40,7 @@
|
| #include "public/platform/WebTaskRunner.h"
|
| #include "public/platform/WebThread.h"
|
| #include "public/platform/WebTraceLocation.h"
|
| -#include "public/platform/callback/WebClosure.h"
|
| +#include "public/platform/functional/WebFunction.h"
|
| #include "skia/ext/texture_handle.h"
|
| #include "testing/gmock/include/gmock/gmock.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| @@ -96,6 +96,7 @@ public:
|
| }
|
|
|
| void setLostContextCallback(WebClosure) override {}
|
| + void setErrorMessageCallback(WebFunction<void(const char*, int32_t id)>) {}
|
|
|
| private:
|
| WebGraphicsContext3D* m_context3d;
|
|
|