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

Unified Diff: chrome/common/autofill_messages.h

Issue 12188020: Adding the page and DPI scale adjustment for Autofill Popups. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed Ted's nits Created 7 years, 10 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/common/autofill_messages.h
diff --git a/chrome/common/autofill_messages.h b/chrome/common/autofill_messages.h
index 3294e94fd5e735ecc6411dc61c552cc0463c6c89..44975e0a3bf1e6a447cb20f4ca42ef4d72404289 100644
--- a/chrome/common/autofill_messages.h
+++ b/chrome/common/autofill_messages.h
@@ -200,7 +200,7 @@ IPC_MESSAGE_ROUTED5(AutofillHostMsg_QueryFormFieldAutofill,
int /* id of this message */,
FormData /* the form */,
FormFieldData /* the form field */,
- gfx::Rect /* input field bounds, window-relative */,
+ gfx::RectF /* input field bounds, window-relative */,
bool /* display warning if autofill disabled */)
// Sent when the popup with Autofill suggestions for a form is shown.
@@ -266,7 +266,7 @@ IPC_MESSAGE_ROUTED2(AutofillHostMsg_AddPasswordFormMapping,
// password manager.
IPC_MESSAGE_ROUTED3(AutofillHostMsg_ShowPasswordSuggestions,
FormFieldData /* the form field */,
- gfx::Rect /* input field bounds, window-relative */,
+ gfx::RectF /* input field bounds, window-relative */,
std::vector<string16> /* suggestions */)
// Inform browser of data list values for the curent field.
« no previous file with comments | « chrome/browser/ui/autofill/autofill_popup_controller_unittest.cc ('k') | chrome/renderer/autofill/autofill_agent.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698