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

Unified Diff: chrome/browser/ui/views/autofill/autofill_dialog_views.h

Issue 22891016: Add support for rect-based event targeting in views (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: tests added Created 7 years, 2 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/browser/ui/views/autofill/autofill_dialog_views.h
diff --git a/chrome/browser/ui/views/autofill/autofill_dialog_views.h b/chrome/browser/ui/views/autofill/autofill_dialog_views.h
index 195ce66f43c028cbdcf04a0c5146425f4516f131..a01f0b2f3dc891a2f9d4e6c3f2ee84ab04cbf082 100644
--- a/chrome/browser/ui/views/autofill/autofill_dialog_views.h
+++ b/chrome/browser/ui/views/autofill/autofill_dialog_views.h
@@ -372,7 +372,7 @@ class AutofillDialogViews : public AutofillDialogView,
virtual bool OnMousePressed(const ui::MouseEvent& event) OVERRIDE;
virtual void OnMouseReleased(const ui::MouseEvent& event) OVERRIDE;
// This is needed because not all events percolate up the views hierarchy.
- virtual View* GetEventHandlerForPoint(const gfx::Point& point) OVERRIDE;
+ virtual View* GetEventHandlerForRect(const gfx::Rect& rect) OVERRIDE;
private:
// Converts |event| to one suitable for |proxy_button_|.

Powered by Google App Engine
This is Rietveld 408576698