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

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

Issue 1896893004: Hook up style invalidation for CSS Paint API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@css-paint-register
Patch Set: . Created 4 years, 8 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 cf4208b9f10fb66feb185b48dc15ff0d49afca39..396da9971798fd09c98b6f7e44a883d4e1e58983 100644
--- a/third_party/WebKit/Source/core/style/StyleRareNonInheritedData.h
+++ b/third_party/WebKit/Source/core/style/StyleRareNonInheritedData.h
@@ -153,6 +153,8 @@ public:
Vector<String> m_callbackSelectors;
+ Vector<Persistent<StyleImage>> m_paintImages;
rune 2016/04/29 08:06:37 It's a bit unfortunate that we store these in the
ikilpatrick 2016/04/29 22:42:01 Both, but primarily (slightly) less expensive. Now
+
StyleContentAlignmentData m_alignContent;
StyleSelfAlignmentData m_alignItems;
StyleSelfAlignmentData m_alignSelf;

Powered by Google App Engine
This is Rietveld 408576698