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

Unified Diff: third_party/WebKit/Source/core/style/ComputedStyle.cpp

Issue 2671763002: CSS: will-change offset-path establishes a stacking context (Closed)
Patch Set: Created 3 years, 11 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/transforms/containing-block.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/style/ComputedStyle.cpp
diff --git a/third_party/WebKit/Source/core/style/ComputedStyle.cpp b/third_party/WebKit/Source/core/style/ComputedStyle.cpp
index deca619c92323d67c5a079fac53e1d3860d8f849..e66028ca7f93fd1db30293f81c7845eccb4d473e 100644
--- a/third_party/WebKit/Source/core/style/ComputedStyle.cpp
+++ b/third_party/WebKit/Source/core/style/ComputedStyle.cpp
@@ -1256,6 +1256,8 @@ bool ComputedStyle::hasWillChangeTransformHint() const {
case CSSPropertyTranslate:
case CSSPropertyScale:
case CSSPropertyRotate:
+ case CSSPropertyOffsetPath:
+ case CSSPropertyOffsetPosition:
return true;
default:
break;
« no previous file with comments | « third_party/WebKit/LayoutTests/transforms/containing-block.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698