Chromium Code Reviews| 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..f5a68cc01ebc237aa363b8b0ba70a9f2b1f047b4 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 compositor_pending_frames_ = 0; |
|
Eric Seckler
2017/04/28 08:19:10
nit: pending_compositor_frames_ ?
|
| unsigned next_resource_id_; |
| HashMap<unsigned, RefPtr<StaticBitmapImage>> cached_images_; |