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

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

Issue 2099513002: [Typed OM] Rename TransformValue -> CSSTransformValue (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@rename-transformcomponent
Patch Set: sync to head 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
Index: third_party/WebKit/Source/core/css/cssom/CSSTransformValue.idl
diff --git a/third_party/WebKit/Source/core/css/cssom/TransformValue.idl b/third_party/WebKit/Source/core/css/cssom/CSSTransformValue.idl
similarity index 88%
rename from third_party/WebKit/Source/core/css/cssom/TransformValue.idl
rename to third_party/WebKit/Source/core/css/cssom/CSSTransformValue.idl
index b52535dcf8005400441b0656db80d0a6daff80ed..710c2b65b7dd1c1eb0429e740f9a31158fabcf1b 100644
--- a/third_party/WebKit/Source/core/css/cssom/TransformValue.idl
+++ b/third_party/WebKit/Source/core/css/cssom/CSSTransformValue.idl
@@ -7,7 +7,7 @@
Constructor(sequence<CSSTransformComponent> transformComponents),
Exposed=(Window,PaintWorklet),
RuntimeEnabled=CSSTypedOM
-] interface TransformValue : CSSStyleValue {
+] interface CSSTransformValue : CSSStyleValue {
iterable<CSSTransformComponent>;
boolean is2D();
};

Powered by Google App Engine
This is Rietveld 408576698