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

Unified Diff: third_party/WebKit/Source/core/style/StyleRareNonInheritedData.h

Issue 2047283002: Avoid touching z-index in StyleAdjuster by using an isStackingContext flag instead (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Animation expectation Created 4 years, 6 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/style/StyleRareNonInheritedData.h
diff --git a/third_party/WebKit/Source/core/style/StyleRareNonInheritedData.h b/third_party/WebKit/Source/core/style/StyleRareNonInheritedData.h
index 5f6563a78f2a68d2e6efc29129b052dc501b1af0..e6dd51600b283346a492cbfffa19b2f865b90339 100644
--- a/third_party/WebKit/Source/core/style/StyleRareNonInheritedData.h
+++ b/third_party/WebKit/Source/core/style/StyleRareNonInheritedData.h
@@ -183,6 +183,8 @@ public:
unsigned m_runningFilterAnimationOnCompositor : 1;
unsigned m_runningBackdropFilterAnimationOnCompositor : 1;
+ unsigned m_isStackingContext : 1;
+
unsigned m_effectiveBlendMode: 5; // EBlendMode
unsigned m_touchAction : TouchActionBits; // TouchAction

Powered by Google App Engine
This is Rietveld 408576698