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

Unified Diff: third_party/WebKit/Source/web/InspectorOverlay.h

Issue 2818883002: [DevTools] Swallow mouse up in inspect mode (Closed)
Patch Set: 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/web/InspectorOverlay.h
diff --git a/third_party/WebKit/Source/web/InspectorOverlay.h b/third_party/WebKit/Source/web/InspectorOverlay.h
index 16788471c2748b422f2595407c75736f888b1480..1a2c63db8eccd2233c801eb3735cd5e7f7f1e716 100644
--- a/third_party/WebKit/Source/web/InspectorOverlay.h
+++ b/third_party/WebKit/Source/web/InspectorOverlay.h
@@ -131,7 +131,8 @@ class InspectorOverlay final
void ScheduleUpdate();
void ClearInternal();
- bool HandleMousePress();
+ bool HandleMouseDown();
+ bool HandleMouseUp();
bool HandleGestureEvent(const WebGestureEvent&);
bool HandleTouchEvent(const WebTouchEvent&);
bool HandleMouseMove(const WebMouseEvent&);
« no previous file with comments | « no previous file | third_party/WebKit/Source/web/InspectorOverlay.cpp » ('j') | third_party/WebKit/Source/web/InspectorOverlay.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698