Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(296)

Unified Diff: third_party/WebKit/Source/platform/graphics/paint/DrawingRecorder.h

Issue 2889653002: Remove cullRect() from PaintOpBuffer. (Closed)
Patch Set: movecullrect2 rebase-once-and-for-all Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698