| Index: third_party/WebKit/Source/core/html/HTMLCanvasElement.h
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLCanvasElement.h b/third_party/WebKit/Source/core/html/HTMLCanvasElement.h
|
| index f7e69b89c7eb7ddc28496a02161cef0ae82ea728..deff04e9fc0b54627d71b1d361f4c653bc87bcf5 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLCanvasElement.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLCanvasElement.h
|
| @@ -335,8 +335,6 @@ class CORE_EXPORT HTMLCanvasElement final
|
| // Used for OffscreenCanvas that controls this HTML canvas element
|
| std::unique_ptr<CanvasSurfaceLayerBridge> surface_layer_bridge_;
|
|
|
| - int num_frames_since_last_rendering_mode_switch_;
|
| - bool pending_rendering_mode_switch_;
|
| bool did_notify_listeners_for_current_frame_ = false;
|
| };
|
|
|
|
|