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

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

Issue 2578343002: Support compositing for active animations in SPv2. (Closed)
Patch Set: setNeedsPaintPropertyUpdate on PaintLayer::styleDidChange. Created 4 years 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 de0ed6011d1012d7f5f62c2db0e88ad7d791019e..9969790038fbba8daaca33cd6794f064b1b03efd 100644
--- a/third_party/WebKit/Source/core/paint/PaintLayer.cpp
+++ b/third_party/WebKit/Source/core/paint/PaintLayer.cpp
@@ -3034,6 +3034,7 @@ void PaintLayer::styleDidChange(StyleDifference diff,
updateClipPath(oldStyle, layoutObject()->styleRef());
setNeedsCompositingInputsUpdate();
+ layoutObject()->setNeedsPaintPropertyUpdate();
}
bool PaintLayer::scrollsOverflow() const {

Powered by Google App Engine
This is Rietveld 408576698