| 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 9bfbbbb474a0ff18ac8d18305f9eff57a81d94e8..a77324132a92bd4abbcc497b224e6f28422f4cae 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/OffscreenCanvasFrameDispatcherImpl.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/OffscreenCanvasFrameDispatcherImpl.h
|
| @@ -64,7 +64,7 @@ class PLATFORM_EXPORT OffscreenCanvasFrameDispatcherImpl final
|
| int height_;
|
| bool change_size_for_next_commit_;
|
| bool needs_begin_frame_;
|
| - bool compositor_has_pending_frame_ = false;
|
| + int pending_compositor_frames_ = 0;
|
|
|
| unsigned next_resource_id_;
|
| HashMap<unsigned, RefPtr<StaticBitmapImage>> cached_images_;
|
|
|