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

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

Issue 2366313006: CSS Properties and Values API: Support non-inherited custom properties (Closed)
Patch Set: use de morgan's law Created 4 years, 3 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/StyleRareInheritedData.h
diff --git a/third_party/WebKit/Source/core/style/StyleRareInheritedData.h b/third_party/WebKit/Source/core/style/StyleRareInheritedData.h
index b4515f6e5d00e5a2cebf75dc0d81188e18659f0c..a1e38022bfeb808e1138c0b1218bf7747496c21a 100644
--- a/third_party/WebKit/Source/core/style/StyleRareInheritedData.h
+++ b/third_party/WebKit/Source/core/style/StyleRareInheritedData.h
@@ -44,7 +44,7 @@ class CursorData;
class QuotesData;
class ShadowList;
class StyleImage;
-class StyleVariableData;
+class StyleInheritedVariables;
typedef RefVector<AppliedTextDecoration> AppliedTextDecorationList;
typedef HeapVector<CursorData> CursorList;
@@ -160,7 +160,7 @@ public:
RefPtr<AppliedTextDecorationList> appliedTextDecorations;
TabSize m_tabSize;
- RefPtr<StyleVariableData> variables;
+ RefPtr<StyleInheritedVariables> variables;
TextSizeAdjust m_textSizeAdjust;
private:

Powered by Google App Engine
This is Rietveld 408576698