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

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

Issue 12316066: Update WebKit idl files after chrome roll (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Remove deltaMode from WheelEvent template. Created 7 years, 10 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/WebCore/css/CSSPrimitiveValue.idl
diff --git a/third_party/WebCore/css/CSSPrimitiveValue.idl b/third_party/WebCore/css/CSSPrimitiveValue.idl
index 60fe46ef4c69b8db5725456432c1d17da66f87dc..c3bc0b546b6964b7a12bc46e50a6d9772054b788 100644
--- a/third_party/WebCore/css/CSSPrimitiveValue.idl
+++ b/third_party/WebCore/css/CSSPrimitiveValue.idl
@@ -51,6 +51,7 @@
const unsigned short CSS_VW = 26;
const unsigned short CSS_VH = 27;
const unsigned short CSS_VMIN = 28;
+ const unsigned short CSS_VMAX = 29;
readonly attribute unsigned short primitiveType;

Powered by Google App Engine
This is Rietveld 408576698