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

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

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.cc
diff --git a/chrome/browser/ui/views/autofill/autofill_dialog_views.cc b/chrome/browser/ui/views/autofill/autofill_dialog_views.cc
index 7a38f8e4a23ad3b05db659ca4a0d00a86077fd2a..6c62dce4220d36accf92af9d7151b0d07fc3fc02 100644
--- a/chrome/browser/ui/views/autofill/autofill_dialog_views.cc
+++ b/chrome/browser/ui/views/autofill/autofill_dialog_views.cc
@@ -933,7 +933,7 @@ void AutofillDialogViews::SectionContainer::OnGestureEvent(
}
views::View* AutofillDialogViews::SectionContainer::GetEventHandlerForRect(
- const gfx::Rect& rect) {
+ const gfx::RectF& rect) {
// TODO(tdanderson): Modify this function to support rect-based event
// targeting.

Powered by Google App Engine
This is Rietveld 408576698