| 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 6f10cc7993f666a5d33f9ccb9a6ea3e798b8d238..8fe5f43b2ca632383c73d3e0d4f0fe3ada8d68d4 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/OffscreenCanvasFrameDispatcherImpl.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/OffscreenCanvasFrameDispatcherImpl.h
|
| @@ -60,7 +60,7 @@ class PLATFORM_EXPORT OffscreenCanvasFrameDispatcherImpl final
|
|
|
| TaskHandle m_syntheticBeginFrameTask; // To be removed (crbug.com/674744)
|
| const cc::FrameSinkId m_frameSinkId;
|
| - cc::LocalFrameId m_currentLocalFrameId;
|
| + cc::LocalSurfaceId m_currentLocalSurfaceId;
|
|
|
| int m_width;
|
| int m_height;
|
|
|