| Index: third_party/WebKit/Source/platform/graphics/CanvasSurfaceLayerBridge.h
|
| diff --git a/third_party/WebKit/Source/platform/graphics/CanvasSurfaceLayerBridge.h b/third_party/WebKit/Source/platform/graphics/CanvasSurfaceLayerBridge.h
|
| index de6d5c82e871e0d7d510089d5f3fa163c9938213..a65c9734d64caafc9b4376df6757ba07b84145f7 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/CanvasSurfaceLayerBridge.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/CanvasSurfaceLayerBridge.h
|
| @@ -13,7 +13,6 @@
|
|
|
| namespace cc {
|
| class SurfaceLayer;
|
| -struct SurfaceSequence;
|
| } // namespace cc
|
|
|
| namespace blink {
|
| @@ -28,9 +27,6 @@ class PLATFORM_EXPORT CanvasSurfaceLayerBridge {
|
| WebLayer* getWebLayer() const { return m_webLayer.get(); }
|
| const cc::SurfaceId& getSurfaceId() const { return m_surfaceId; }
|
|
|
| - void satisfyCallback(const cc::SurfaceSequence&);
|
| - void requireCallback(const cc::SurfaceId&, const cc::SurfaceSequence&);
|
| -
|
| private:
|
| scoped_refptr<cc::SurfaceLayer> m_surfaceLayer;
|
| std::unique_ptr<WebLayer> m_webLayer;
|
|
|