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

Unified Diff: third_party/WebKit/Source/core/css/cssom/CSSStyleValue.h

Issue 2122193003: [Typed-OM] Add CSSTokenStreamValue (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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/css/cssom/CSSStyleValue.h
diff --git a/third_party/WebKit/Source/core/css/cssom/CSSStyleValue.h b/third_party/WebKit/Source/core/css/cssom/CSSStyleValue.h
index 90f4077612689062b88b92231a15490b44d4bbd8..16430e20759fd203392fb98d3ac03bd617c55b5f 100644
--- a/third_party/WebKit/Source/core/css/cssom/CSSStyleValue.h
+++ b/third_party/WebKit/Source/core/css/cssom/CSSStyleValue.h
@@ -29,6 +29,7 @@ public:
PositionType,
SimpleLengthType,
TransformType,
+ TokenStreamType,
meade_UTC10 2016/07/07 05:48:01 These should be in alphabetical order (To before T
anthonyhkf 2016/07/07 08:01:45 Done.
};
virtual ~CSSStyleValue() { }

Powered by Google App Engine
This is Rietveld 408576698