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

Unified Diff: chrome/browser/autofill/test_autofill_external_delegate.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: Mock call fix #2 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/browser/autofill/test_autofill_external_delegate.h
diff --git a/chrome/browser/autofill/test_autofill_external_delegate.h b/chrome/browser/autofill/test_autofill_external_delegate.h
index b49b19f4d07e2051ff7f06c035b139f7872e994b..fd726a1cd621465ee664e7c498f721feae6a8df7 100644
--- a/chrome/browser/autofill/test_autofill_external_delegate.h
+++ b/chrome/browser/autofill/test_autofill_external_delegate.h
@@ -33,7 +33,7 @@ class TestAutofillExternalDelegate : public AutofillExternalDelegate {
virtual void HideAutofillPopup() OVERRIDE;
- virtual void EnsurePopupForElement(const gfx::Rect& element_bounds) OVERRIDE;
+ virtual void EnsurePopupForElement(const gfx::RectF& element_bounds) OVERRIDE;
virtual void ControllerDestroyed() OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698