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

Unified Diff: Source/core/rendering/style/RenderStyle.cpp

Issue 271753002: Remove compositing trigger for will-change: top (and similar) (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Remove from layerTypeRequired logic Created 6 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
« no previous file with comments | « Source/core/rendering/RenderTableRow.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/rendering/style/RenderStyle.cpp
diff --git a/Source/core/rendering/style/RenderStyle.cpp b/Source/core/rendering/style/RenderStyle.cpp
index 108339c9af80506244571f5352c84493cfd3ac93..3e45a0ccd4d2b73bbc1d4b1b49422349f1c5af40 100644
--- a/Source/core/rendering/style/RenderStyle.cpp
+++ b/Source/core/rendering/style/RenderStyle.cpp
@@ -869,11 +869,6 @@ bool RenderStyle::hasWillChangeCompositingHint() const
case CSSPropertyOpacity:
case CSSPropertyTransform:
case CSSPropertyWebkitTransform:
- case CSSPropertyLeft:
- case CSSPropertyTop:
- case CSSPropertyRight:
- case CSSPropertyBottom:
- case CSSPropertyWebkitFilter:
ajuma 2014/05/07 20:16:43 Are these removals still needed for correctness gi
abarth-chromium 2014/05/07 20:19:59 As I wrote in the change description, I think we s
return true;
default:
break;
« no previous file with comments | « Source/core/rendering/RenderTableRow.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698