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

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

Issue 2689063002: Deprecate CSS values zoom:reset and zoom:document. (Closed)
Patch Set: merge Created 3 years, 10 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/properties/CSSPropertyAPIZoom.cpp ('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/frame/Deprecation.cpp
diff --git a/third_party/WebKit/Source/core/frame/Deprecation.cpp b/third_party/WebKit/Source/core/frame/Deprecation.cpp
index 0674c2ae7da096d8c5a3283f9bdca6a74e612a70..7ab9849d9f72a640a371fa8585bb398fb61afe39 100644
--- a/third_party/WebKit/Source/core/frame/Deprecation.cpp
+++ b/third_party/WebKit/Source/core/frame/Deprecation.cpp
@@ -411,6 +411,12 @@ String Deprecation::deprecationMessage(UseCounter::Feature feature) {
return willBeRemoved("FileReaderSync in service workers", M59,
"5739144722513920");
+ case UseCounter::CSSZoomReset:
+ return willBeRemoved("\"zoom: reset\"", M59, "4997605029314560");
+
+ case UseCounter::CSSZoomDocument:
+ return willBeRemoved("\"zoom: document\"", M59, "4997605029314560");
+
// Features that aren't deprecated don't have a deprecation message.
default:
return String();
« no previous file with comments | « third_party/WebKit/Source/core/css/properties/CSSPropertyAPIZoom.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698