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

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

Issue 2128973002: Remove prefixed imageSmoothingEnabled (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase master 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 a3440e0fe5d79227fc880e6cd2c5bf4bae9c613d..71b341d3d91aa224705e35739dc506bcfb5875e0 100644
--- a/third_party/WebKit/Source/core/frame/Deprecation.cpp
+++ b/third_party/WebKit/Source/core/frame/Deprecation.cpp
@@ -263,9 +263,6 @@ String Deprecation::deprecationMessage(UseCounter::Feature feature)
case UseCounter::GetMatchedCSSRules:
return "'getMatchedCSSRules()' is deprecated. For more help, check https://code.google.com/p/chromium/issues/detail?id=437569#c2";
- case UseCounter::PrefixedImageSmoothingEnabled:
- return replacedWillBeRemoved("'CanvasRenderingContext2D.webkitImageSmoothingEnabled'", "'CanvasRenderingContext2D.imageSmoothingEnabled'", 55, "5639849247768576");
-
case UseCounter::AudioListenerDopplerFactor:
return dopplerWillBeRemoved("'AudioListener.dopplerFactor'", 55, "5238926818148352");

Powered by Google App Engine
This is Rietveld 408576698