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

Unified Diff: third_party/WebKit/Source/core/paint/BoxPaintInvalidator.h

Issue 2247543003: Tweak priorities of paint invalidation reasons (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: - Created 4 years, 4 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/core/paint/BoxPaintInvalidator.h
diff --git a/third_party/WebKit/Source/core/paint/BoxPaintInvalidator.h b/third_party/WebKit/Source/core/paint/BoxPaintInvalidator.h
index 8ab4a212c35b0a2f427538b59fd54a1c8883d992..054ab6a73f530d1d129a0644c8d718169644f6e8 100644
--- a/third_party/WebKit/Source/core/paint/BoxPaintInvalidator.h
+++ b/third_party/WebKit/Source/core/paint/BoxPaintInvalidator.h
@@ -28,7 +28,7 @@ public:
private:
PaintInvalidationReason computePaintInvalidationReason();
- void incrementallyInvalidatePaint();
+ bool incrementallyInvalidatePaint();
void invalidatePaintRectClippedByOldAndNewBounds(const LayoutRect&);
bool needsToSavePreviousBoxSizes();

Powered by Google App Engine
This is Rietveld 408576698