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

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

Issue 2793753002: [SPv2] Switch the application order between effects and CSS clip (Closed)
Patch Set: Created 3 years, 9 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
« no previous file with comments | « third_party/WebKit/LayoutTests/fast/clip/css-clip-filter-order-expected.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/paint/PaintPropertyTreeBuilder.cpp
diff --git a/third_party/WebKit/Source/core/paint/PaintPropertyTreeBuilder.cpp b/third_party/WebKit/Source/core/paint/PaintPropertyTreeBuilder.cpp
index d5a458eaed9d175deec76359124646b36dc44de2..cc3bd1ca5ef4223c0db2649bb7078882ce341cc7 100644
--- a/third_party/WebKit/Source/core/paint/PaintPropertyTreeBuilder.cpp
+++ b/third_party/WebKit/Source/core/paint/PaintPropertyTreeBuilder.cpp
@@ -1108,11 +1108,11 @@ void PaintPropertyTreeBuilder::updatePropertiesForSelf(
if (object.isBoxModelObject() || object.isSVG()) {
updateTransform(object, context);
+ updateCssClip(object, context);
if (RuntimeEnabledFeatures::slimmingPaintV2Enabled()) {
updateEffect(object, context);
updateFilter(object, context);
}
- updateCssClip(object, context);
updateLocalBorderBoxContext(object, context);
if (RuntimeEnabledFeatures::slimmingPaintV2Enabled())
updateScrollbarPaintOffset(object, context);
« no previous file with comments | « third_party/WebKit/LayoutTests/fast/clip/css-clip-filter-order-expected.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698