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

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

Issue 866733007: Remove more unused code in WebViewImpl (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: 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/WebView.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 5e7d2a46fca9db3f6c3bf2ed2e967913577c6877..55d0424754a4072b0d7f5995678ed90cb98ced57 100644
--- a/sky/engine/public/web/WebWidget.h
+++ b/sky/engine/public/web/WebWidget.h
@@ -80,9 +80,6 @@ public:
// the event has been processed, false otherwise.
virtual bool handleInputEvent(const WebInputEvent&) = 0;
- // Called to inform the WebWidget of the mouse cursor's visibility.
- virtual void setCursorVisibilityState(bool isVisible) = 0;
-
// Called to inform the WebWidget that mouse capture was lost.
virtual void mouseCaptureLost() = 0;
« no previous file with comments | « sky/engine/public/web/WebView.h ('k') | sky/engine/web/ChromeClientImpl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698