| Index: third_party/WebKit/Source/platform/graphics/gpu/DrawingBuffer.h
|
| diff --git a/third_party/WebKit/Source/platform/graphics/gpu/DrawingBuffer.h b/third_party/WebKit/Source/platform/graphics/gpu/DrawingBuffer.h
|
| index e0a9fdc6c776b4f911bf8dc7360fc665795d5d6e..737fad85b105be200e68026ac5d0a39a8cd20f5e 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/gpu/DrawingBuffer.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/gpu/DrawingBuffer.h
|
| @@ -209,8 +209,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;
|
|
|
| // Returns a StaticBitmapImage backed by a texture containing the/ current contents of
|
| // the front buffer. This is done without any pixel copies. The texture in the ImageBitmap
|
|
|