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

Unified Diff: Source/core/page/DragActions.h

Issue 339123003: Minor cleanup in EventHandler::dragHysteresisExceeded. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: (ab)using this CL to remove an invalid comment. Created 6 years, 6 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 | « no previous file | Source/core/page/EventHandler.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/page/DragActions.h
diff --git a/Source/core/page/DragActions.h b/Source/core/page/DragActions.h
index ce42ab777d91e6a04b50b49659fc9f7797b697d1..5f465fb21db565624c9287b7c895a39c2766598e 100644
--- a/Source/core/page/DragActions.h
+++ b/Source/core/page/DragActions.h
@@ -30,7 +30,6 @@
namespace WebCore {
- // WebCoreDragDestinationAction should be kept in sync with WebDragDestinationAction
typedef enum {
DragDestinationActionNone = 0,
DragDestinationActionDHTML = 1,
« no previous file with comments | « no previous file | Source/core/page/EventHandler.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698