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

Unified Diff: chrome/renderer/render_widget.h

Issue 6151011: Introduce RenderView::Observer interface so that RenderView doesn't have to k... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 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
Index: chrome/renderer/render_widget.h
===================================================================
--- chrome/renderer/render_widget.h (revision 71253)
+++ chrome/renderer/render_widget.h (working copy)
@@ -257,10 +257,6 @@
// just handled.
virtual void DidHandleKeyEvent() {}
- // Called by OnHandleInputEvent() to notify subclasses that a mouse event was
- // just handled.
- virtual void DidHandleMouseEvent(const WebKit::WebMouseEvent& event) {}
-
// Routing ID that allows us to communicate to the parent browser process
// RenderWidgetHost. When MSG_ROUTING_NONE, no messages may be sent.
int32 routing_id_;

Powered by Google App Engine
This is Rietveld 408576698