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

Unified Diff: third_party/WebKit/Source/core/frame/UseCounter.h

Issue 2720463002: Remove webkitdropzone. (Closed)
Patch Set: Finished rewriting dropzone tests. 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
Index: third_party/WebKit/Source/core/frame/UseCounter.h
diff --git a/third_party/WebKit/Source/core/frame/UseCounter.h b/third_party/WebKit/Source/core/frame/UseCounter.h
index f9824d14d439c2d83669f28c410d750fe0f1f9a2..619d3c8ebbe4b4427a384c3424ed9a04c6fbf932 100644
--- a/third_party/WebKit/Source/core/frame/UseCounter.h
+++ b/third_party/WebKit/Source/core/frame/UseCounter.h
@@ -353,7 +353,7 @@ class CORE_EXPORT UseCounter {
MapElement = 482,
MeterElement = 483,
ProgressElement = 484,
- PrefixedHTMLElementDropzone = 490,
+ OBSOLETE_PrefixedHTMLElementDropzone = 490,
jsbell 2017/03/02 22:06:45 I think we're okay with deleting entries here (we
pwnall 2017/03/02 22:47:04 Done.
WheelEventWheelDeltaX = 491,
WheelEventWheelDeltaY = 492,
WheelEventWheelDelta = 493,

Powered by Google App Engine
This is Rietveld 408576698