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

Unified Diff: third_party/WebCore/css/CSSPrimitiveValue.idl

Issue 9987001: Roll IDL forward to multivm@358 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Roll to 358 Created 8 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
« no previous file with comments | « third_party/WebCore/README ('k') | third_party/WebCore/dom/Node.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebCore/css/CSSPrimitiveValue.idl
diff --git a/third_party/WebCore/css/CSSPrimitiveValue.idl b/third_party/WebCore/css/CSSPrimitiveValue.idl
index 517aba226d26a03fb988eecb074c5f4b101d7917..6c637c9ab76ec26b3b5f89f30c4841571404ccc9 100644
--- a/third_party/WebCore/css/CSSPrimitiveValue.idl
+++ b/third_party/WebCore/css/CSSPrimitiveValue.idl
@@ -48,7 +48,10 @@ module css {
const unsigned short CSS_COUNTER = 23;
const unsigned short CSS_RECT = 24;
const unsigned short CSS_RGBCOLOR = 25;
-
+ const unsigned short CSS_VW = 26;
+ const unsigned short CSS_VH = 27;
+ const unsigned short CSS_VMIN = 28;
+
readonly attribute unsigned short primitiveType;
[ObjCLegacyUnnamedParameters] void setFloatValue(in [Optional=DefaultIsUndefined] unsigned short unitType,
« no previous file with comments | « third_party/WebCore/README ('k') | third_party/WebCore/dom/Node.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698