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

Unified Diff: chrome/browser/ui/views/autofill/password_generation_popup_view_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/password_generation_popup_view_views.cc
diff --git a/chrome/browser/ui/views/autofill/password_generation_popup_view_views.cc b/chrome/browser/ui/views/autofill/password_generation_popup_view_views.cc
index 33272c1da37ccadb90a18ff2e324e36c03da5397..16fba3c22e5f582e7d67588a84d66f46d8514839 100644
--- a/chrome/browser/ui/views/autofill/password_generation_popup_view_views.cc
+++ b/chrome/browser/ui/views/autofill/password_generation_popup_view_views.cc
@@ -53,7 +53,7 @@ class PasswordRow : public views::View {
}
virtual ~PasswordRow() {}
- virtual bool HitTestRect(const gfx::Rect& rect) const OVERRIDE {
+ virtual bool HitTestRect(const gfx::RectF& rect) const OVERRIDE {
// Have parent do event handling.
return false;
}

Powered by Google App Engine
This is Rietveld 408576698