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

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

Issue 2894843002: Revert of Remove cullRect() from PaintOpBuffer. (Closed)
Patch Set: rebase TestExpectations 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 3407d31b61697efb5a2c88d50cb5c487bea5bf0b..ac40d09d8ed288016b0d934a0d585244ea9edfff 100644
--- a/third_party/WebKit/Source/platform/graphics/paint/DrawingRecorder.h
+++ b/third_party/WebKit/Source/platform/graphics/paint/DrawingRecorder.h
@@ -53,8 +53,6 @@ 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