| Index: third_party/WebKit/Source/platform/graphics/paint/DrawingRecorder.h
|
| diff --git a/third_party/WebKit/Source/platform/graphics/paint/DrawingRecorder.h b/third_party/WebKit/Source/platform/graphics/paint/DrawingRecorder.h
|
| index ac40d09d8ed288016b0d934a0d585244ea9edfff..3407d31b61697efb5a2c88d50cb5c487bea5bf0b 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/paint/DrawingRecorder.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/paint/DrawingRecorder.h
|
| @@ -53,6 +53,8 @@ class PLATFORM_EXPORT DrawingRecorder final {
|
|
|
| // True if there are no transparent areas. Only used for SlimmingPaintV2.
|
| bool known_to_be_opaque_;
|
| + // The bounds of the area being recorded.
|
| + IntRect recording_bounds_;
|
|
|
| #if DCHECK_IS_ON()
|
| // Ensures the list size does not change during the recorder's scope.
|
|
|