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

Unified Diff: third_party/WebKit/Source/core/css/cssom/CSSCalcLength.idl

Issue 1949343002: [Obsolete] Typed CSSOM: Prefix LengthValue, CalcLength and SimpleLength with "CSS" (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rename layout test files Created 4 years, 7 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/WebKit/Source/core/core.gypi ('k') | third_party/WebKit/Source/core/css/cssom/CSSLengthValue.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/css/cssom/CSSCalcLength.idl
diff --git a/third_party/WebKit/Source/core/css/cssom/CalcLength.idl b/third_party/WebKit/Source/core/css/cssom/CSSCalcLength.idl
similarity index 84%
rename from third_party/WebKit/Source/core/css/cssom/CalcLength.idl
rename to third_party/WebKit/Source/core/css/cssom/CSSCalcLength.idl
index 79b2d2c0a7f7f3ef8ed63c2a0fc7f054ea7da29b..84bc489eeaafb9e74726b285d8079e5994bf2690 100644
--- a/third_party/WebKit/Source/core/css/cssom/CalcLength.idl
+++ b/third_party/WebKit/Source/core/css/cssom/CSSCalcLength.idl
@@ -1,10 +1,10 @@
[
- Constructor(LengthValue length),
+ Constructor(CSSLengthValue length),
Constructor(CalcDictionary calcDictionary),
- ImplementedAs=StyleCalcLength,
+ ImplementedAs=CSSStyleCalcLength,
RaisesException=Constructor,
RuntimeEnabled=CSSTypedOM
-] interface CalcLength : LengthValue {
+] interface CSSCalcLength : CSSLengthValue {
readonly attribute double? px;
readonly attribute double? percent;
readonly attribute double? em;
« no previous file with comments | « third_party/WebKit/Source/core/core.gypi ('k') | third_party/WebKit/Source/core/css/cssom/CSSLengthValue.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698