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

Unified Diff: third_party/WebKit/Source/core/paint/PaintLayer.cpp

Issue 2872423002: Tweak PaintInvalidationReasons (Closed)
Patch Set: Rebaseline-cl 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/core/paint/PaintLayer.cpp
diff --git a/third_party/WebKit/Source/core/paint/PaintLayer.cpp b/third_party/WebKit/Source/core/paint/PaintLayer.cpp
index fd7f93f30278fd19d38fb821af9dc56f14507c48..d32a33b2099e1afdf3d1bd22c7f86039d7e7428b 100644
--- a/third_party/WebKit/Source/core/paint/PaintLayer.cpp
+++ b/third_party/WebKit/Source/core/paint/PaintLayer.cpp
@@ -3247,7 +3247,8 @@ void PaintLayer::SetNeedsRepaint() {
void PaintLayer::SetNeedsRepaintInternal() {
needs_repaint_ = true;
- SetDisplayItemsUncached(); // Invalidate as a display item client.
+ // Invalidate as a display item client.
+ SetDisplayItemsUncached();
}
void PaintLayer::MarkCompositingContainerChainForNeedsRepaint() {

Powered by Google App Engine
This is Rietveld 408576698