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

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

Issue 2199703002: [Typed-OM] Add CSSStyleImageValue (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@CSSResourceValue
Patch Set: Rebase Created 4 years, 4 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/CSSImageValue.idl
diff --git a/third_party/WebKit/Source/core/css/cssom/CSSTokenStreamValue.idl b/third_party/WebKit/Source/core/css/cssom/CSSImageValue.idl
similarity index 51%
copy from third_party/WebKit/Source/core/css/cssom/CSSTokenStreamValue.idl
copy to third_party/WebKit/Source/core/css/cssom/CSSImageValue.idl
index 8baae9deeca20b51a2488b438c3abd85ee14e242..b0160127783549990c2d04e2061666572e21c2f7 100644
--- a/third_party/WebKit/Source/core/css/cssom/CSSTokenStreamValue.idl
+++ b/third_party/WebKit/Source/core/css/cssom/CSSImageValue.idl
@@ -5,6 +5,9 @@
[
Exposed=(Window,PaintWorklet),
RuntimeEnabled=CSSTypedOM,
-] interface CSSTokenStreamValue : CSSStyleValue {
- iterable<(DOMString or CSSVariableReferenceValue)>;
+ ImplementedAs=CSSStyleImageValue
+] interface CSSImageValue : CSSResourceValue {
+ readonly attribute double? intrinsicWidth;
+ readonly attribute double? intrinsicHeight;
+ readonly attribute double? intrinsicRatio;
};
« no previous file with comments | « third_party/WebKit/Source/core/core.gypi ('k') | third_party/WebKit/Source/core/css/cssom/CSSStyleImageValue.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698