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

Unified Diff: sky/engine/public/web/WebWidget.h

Issue 873963003: Remove more mouse-specific code (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Build fixes Created 5 years, 11 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 | « sky/engine/public/web/WebViewClient.h ('k') | sky/engine/web/ChromeClientImpl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/public/web/WebWidget.h
diff --git a/sky/engine/public/web/WebWidget.h b/sky/engine/public/web/WebWidget.h
index 2e723a606e06cfb84ebb6a681c1d2fb638054842..c3eb3ca16ed42acc078518ded3d6dcd545729143 100644
--- a/sky/engine/public/web/WebWidget.h
+++ b/sky/engine/public/web/WebWidget.h
@@ -79,9 +79,6 @@ public:
// the event has been processed, false otherwise.
virtual bool handleInputEvent(const WebInputEvent&) = 0;
- // Called to inform the WebWidget that mouse capture was lost.
- virtual void mouseCaptureLost() = 0;
-
// Called to inform the WebWidget that it has gained or lost keyboard focus.
virtual void setFocus(bool) = 0;
« no previous file with comments | « sky/engine/public/web/WebViewClient.h ('k') | sky/engine/web/ChromeClientImpl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698