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

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

Issue 2821843002: Delete deprecated properties zoom:reset and zoom:document. (Closed)
Patch Set: rebase-update 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/Deprecation.cpp
diff --git a/third_party/WebKit/Source/core/frame/Deprecation.cpp b/third_party/WebKit/Source/core/frame/Deprecation.cpp
index ab4370b6f94e5dc5cd55890252cad1a0a6d71dde..2eb92b60e75e38af3e915a959ec7c0e408c8151d 100644
--- a/third_party/WebKit/Source/core/frame/Deprecation.cpp
+++ b/third_party/WebKit/Source/core/frame/Deprecation.cpp
@@ -383,12 +383,6 @@ String Deprecation::DeprecationMessage(UseCounter::Feature feature) {
"-internal-media-controls-overlay-cast-button selector", M61,
"5714245488476160");
- case UseCounter::kCSSZoomReset:
- return willBeRemoved("\"zoom: reset\"", M59, "4997605029314560");
-
- case UseCounter::kCSSZoomDocument:
- return willBeRemoved("\"zoom: document\"", M59, "4997605029314560");
-
case UseCounter::kSelectionAddRangeIntersect:
return "The behavior that Selection.addRange() merges existing Range and "
"the specified Range was removed. See "
« no previous file with comments | « third_party/WebKit/Source/core/css/resolver/StyleBuilderCustom.cpp ('k') | third_party/WebKit/Source/core/frame/UseCounter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698