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/frame/Deprecation.cpp

Issue 2256013003: Remove SMIL deprecation warning (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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/frame/Deprecation.cpp
diff --git a/third_party/WebKit/Source/core/frame/Deprecation.cpp b/third_party/WebKit/Source/core/frame/Deprecation.cpp
index 3fd4fb889d9b8ad52aebbc1d5211c44ca00d21d0..c6eac9d3e1da8819bdf224de921c71a44322f8ba 100644
--- a/third_party/WebKit/Source/core/frame/Deprecation.cpp
+++ b/third_party/WebKit/Source/core/frame/Deprecation.cpp
@@ -333,10 +333,6 @@ String Deprecation::deprecationMessage(UseCounter::Feature feature)
case UseCounter::CSSSelectorPseudoShadow:
return "::shadow pseudo-element is deprecated. See https://www.chromestatus.com/features/6750456638341120 for more details.";
- case UseCounter::SVGSMILElementInDocument:
- case UseCounter::SVGSMILAnimationInImageRegardlessOfCache:
- return "SVG's SMIL animations (<animate>, <set>, etc.) are deprecated and will be removed. Please use CSS animations or Web animations instead.";
-
case UseCounter::PrefixedPerformanceClearResourceTimings:
return replacedBy("'Performance.webkitClearResourceTimings'", "'Performance.clearResourceTimings'");

Powered by Google App Engine
This is Rietveld 408576698