| Index: third_party/WebKit/Source/platform/graphics/Canvas2DLayerBridge.h
|
| diff --git a/third_party/WebKit/Source/platform/graphics/Canvas2DLayerBridge.h b/third_party/WebKit/Source/platform/graphics/Canvas2DLayerBridge.h
|
| index 075eaf137c1993dd010275c9273366e231a4e3c5..36e40cb5036625513fb9df0284286940e2869df4 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/Canvas2DLayerBridge.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/Canvas2DLayerBridge.h
|
| @@ -91,8 +91,7 @@ public:
|
| // cc::TextureLayerClient implementation.
|
| bool PrepareTextureMailbox(
|
| cc::TextureMailbox* outMailbox,
|
| - std::unique_ptr<cc::SingleReleaseCallback>* outReleaseCallback,
|
| - bool useSharedMemory) override;
|
| + std::unique_ptr<cc::SingleReleaseCallback>* outReleaseCallback) override;
|
|
|
| // Callback for mailboxes given to the compositor from PrepareTextureMailbox.
|
| void mailboxReleased(const gpu::Mailbox&, const gpu::SyncToken&,
|
|
|