| Index: third_party/WebKit/Source/platform/graphics/OffscreenCanvasFrameDispatcherImpl.h
|
| diff --git a/third_party/WebKit/Source/platform/graphics/OffscreenCanvasFrameDispatcherImpl.h b/third_party/WebKit/Source/platform/graphics/OffscreenCanvasFrameDispatcherImpl.h
|
| index b4106ac6ccb5914dfdc7139d1c58fb7fdf1b6655..6a821e81b4365f6a85cfb47cd835a8b033f9b62d 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/OffscreenCanvasFrameDispatcherImpl.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/OffscreenCanvasFrameDispatcherImpl.h
|
| @@ -80,6 +80,8 @@ class PLATFORM_EXPORT OffscreenCanvasFrameDispatcherImpl final
|
|
|
| int m_placeholderCanvasId;
|
|
|
| + cc::BeginFrameAck m_currentBeginFrameAck;
|
| +
|
| void setTransferableResourceToSharedBitmap(cc::TransferableResource&,
|
| RefPtr<StaticBitmapImage>);
|
| void setTransferableResourceToSharedGPUContext(cc::TransferableResource&,
|
|
|