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

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

Issue 2036893003: [CSS Typed OM] Rename StyleValue -> CSSStyleValue (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update more union types Created 4 years, 6 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/css/cssom/TransformValue.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/css/cssom/TransformValue.idl
diff --git a/third_party/WebKit/Source/core/css/cssom/TransformValue.idl b/third_party/WebKit/Source/core/css/cssom/TransformValue.idl
index 2168f5fa50463ed6d4b550deb2c17dbc8a166d4a..b1395c08df0172803e7f599abd9b4ff0262aed14 100644
--- a/third_party/WebKit/Source/core/css/cssom/TransformValue.idl
+++ b/third_party/WebKit/Source/core/css/cssom/TransformValue.idl
@@ -6,7 +6,7 @@
Constructor(),
Constructor(sequence<TransformComponent> transformComponents),
RuntimeEnabled=CSSTypedOM
-] interface TransformValue : StyleValue {
+] interface TransformValue : CSSStyleValue {
iterable<TransformComponent>;
boolean is2D();
};
« no previous file with comments | « third_party/WebKit/Source/core/css/cssom/TransformValue.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698