| Index: third_party/WebKit/Source/platform/graphics/CanvasSurfaceLayerBridgeClientImpl.h
|
| diff --git a/third_party/WebKit/Source/platform/graphics/CanvasSurfaceLayerBridgeClientImpl.h b/third_party/WebKit/Source/platform/graphics/CanvasSurfaceLayerBridgeClientImpl.h
|
| index 21d8ac77ba5eb02eeea407e5c031a1332640430f..5777108ce648c03a70ddb0f80398983cab35f62a 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/CanvasSurfaceLayerBridgeClientImpl.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/CanvasSurfaceLayerBridgeClientImpl.h
|
| @@ -17,7 +17,6 @@ public:
|
| ~CanvasSurfaceLayerBridgeClientImpl() override;
|
|
|
| bool syncGetSurfaceId(cc::SurfaceId*) override;
|
| - void asyncRequestSurfaceCreation(const cc::SurfaceId&) override;
|
| void asyncRequire(const cc::SurfaceId&, const cc::SurfaceSequence&) override;
|
| void asyncSatisfy(const cc::SurfaceSequence&) override;
|
|
|
|
|