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

Unified Diff: third_party/WebKit/Source/core/frame/UseCounter.cpp

Issue 2827003002: CSS Motion Path: delete implementation of motion-path property (Closed)
Patch Set: ManualTests 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/core/frame/UseCounter.cpp
diff --git a/third_party/WebKit/Source/core/frame/UseCounter.cpp b/third_party/WebKit/Source/core/frame/UseCounter.cpp
index 5a68e693cd06ab17b508e1096d7bb9d02f6253d3..0635d097b121ffbd7b9a64463923738ad37a7c24 100644
--- a/third_party/WebKit/Source/core/frame/UseCounter.cpp
+++ b/third_party/WebKit/Source/core/frame/UseCounter.cpp
@@ -881,8 +881,7 @@ int UseCounter::MapCSSPropertyIdToCSSSampleIdForHistogram(
return 454;
case CSSPropertyJustifyItems:
return 455;
- case CSSPropertyAliasMotionPath:
- return 457;
+ // CSSPropertyMotionPath was 457.
case CSSPropertyAliasMotionOffset:
return 458;
case CSSPropertyAliasMotionRotation:

Powered by Google App Engine
This is Rietveld 408576698