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

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

Issue 2266353005: Punt touch UGI deprecation to M55 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix expectations again :-( 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
« no previous file with comments | « third_party/WebKit/LayoutTests/fast/events/touch/touch-user-gesture-expected.txt ('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 7662a66d2378dc70b1a6a8bbd418d63d38e67545..f2eb2bf84ba6dd683724b7f4e837db129450cc76 100644
--- a/third_party/WebKit/Source/core/frame/Deprecation.cpp
+++ b/third_party/WebKit/Source/core/frame/Deprecation.cpp
@@ -367,13 +367,13 @@ String Deprecation::deprecationMessage(UseCounter::Feature feature)
return "Navigating in the unload handler is deprecated and will be removed.";
case UseCounter::TouchStartUserGestureUtilized:
- return willBeRemoved("Performing operations that require explicit user interaction on touchstart events", 54, "5649871251963904");
+ return willBeRemoved("Performing operations that require explicit user interaction on touchstart events", 55, "5649871251963904");
case UseCounter::TouchMoveUserGestureUtilized:
- return willBeRemoved("Performing operations that require explicit user interaction on touchmove events", 54, "5649871251963904");
+ return willBeRemoved("Performing operations that require explicit user interaction on touchmove events", 55, "5649871251963904");
case UseCounter::TouchEndDuringScrollUserGestureUtilized:
- return willBeRemoved("Performing operations that require explicit user interaction on touchend events that occur as part of a scroll", 54, "5649871251963904");
+ return willBeRemoved("Performing operations that require explicit user interaction on touchend events that occur as part of a scroll", 55, "5649871251963904");
case UseCounter::MIDIMessageEventReceivedTime:
return willBeRemoved("MIDIMessageEvent.receivedTime", 56, "5665772797952000");
« no previous file with comments | « third_party/WebKit/LayoutTests/fast/events/touch/touch-user-gesture-expected.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698