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

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

Issue 265713007: views: Update event-related API to use PointF/RectF instead of Point/Rect. Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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: 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 e84a880be6b85ba68390090e8d44b7492ec6b007..79062e672cc1a72fa08f46fe0ea480550c2c9ee6 100644
--- a/chrome/browser/ui/views/autofill/autofill_dialog_views.h
+++ b/chrome/browser/ui/views/autofill/autofill_dialog_views.h
@@ -314,7 +314,7 @@ class AutofillDialogViews : public AutofillDialogView,
virtual void OnMouseReleased(const ui::MouseEvent& event) OVERRIDE;
virtual void OnGestureEvent(ui::GestureEvent* event) OVERRIDE;
// This is needed because not all events percolate up the views hierarchy.
- virtual View* GetEventHandlerForRect(const gfx::Rect& rect) OVERRIDE;
+ virtual View* GetEventHandlerForRect(const gfx::RectF& rect) OVERRIDE;
private:
// Converts |event| to one suitable for |proxy_button_|.

Powered by Google App Engine
This is Rietveld 408576698