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

Side by Side Diff: core/css/cssom/CalcDictionary.idl

Issue 2786203002: Roll 50: Copied IDLs, PYTHON scripts from WebKit removed deleted files in WebCore (Closed)
Patch Set: Created 3 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 unified diff | Download patch
« no previous file with comments | « core/css/WebKitCSSMatrix.idl ('k') | core/css/cssom/CalcLength.idl » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 dictionary CalcDictionary {
2 double? px = null;
3 double? percent = null;
4 double? em = null;
5 double? ex = null;
6 double? ch = null;
7 double? rem = null;
8 double? vw = null;
9 double? vh = null;
10 double? vmin = null;
11 double? vmax = null;
12 double? cm = null;
13 double? mm = null;
14 double? in = null;
15 double? pc = null;
16 double? pt = null;
17 };
OLDNEW
« no previous file with comments | « core/css/WebKitCSSMatrix.idl ('k') | core/css/cssom/CalcLength.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698