| Index: third_party/WebKit/Source/platform/graphics/Canvas2DLayerBridge.h
|
| diff --git a/third_party/WebKit/Source/platform/graphics/Canvas2DLayerBridge.h b/third_party/WebKit/Source/platform/graphics/Canvas2DLayerBridge.h
|
| index faf0123e6c9e778224adba5d013fff0ebe30224a..53b26f1a3f3e144d8912099d85d16e1c79775293 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/Canvas2DLayerBridge.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/Canvas2DLayerBridge.h
|
| @@ -266,6 +266,8 @@ class PLATFORM_EXPORT Canvas2DLayerBridge
|
| bool m_surfaceCreationFailedAtLeastOnce = false;
|
| bool m_hibernationScheduled = false;
|
| bool m_dontUseIdleSchedulingForTesting = false;
|
| + bool m_didDrawSinceLastFlush = false;
|
| + bool m_didDrawSinceLastGpuFlush = false;
|
|
|
| friend class Canvas2DLayerBridgeTest;
|
| friend class CanvasRenderingContext2DTest;
|
|
|