| 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 084fd9d68ee0b2399a8a4ecfa168cd0ca38dfb1f..bb531ca2d5198708d18e204033fe97105ff750e0 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/OffscreenCanvasFrameDispatcherImpl.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/OffscreenCanvasFrameDispatcherImpl.h
|
| @@ -61,6 +61,7 @@ class PLATFORM_EXPORT OffscreenCanvasFrameDispatcherImpl final
|
|
|
| int m_width;
|
| int m_height;
|
| + bool m_changeSizeForNextCommit;
|
|
|
| unsigned m_nextResourceId;
|
| HashMap<unsigned, RefPtr<StaticBitmapImage>> m_cachedImages;
|
|
|