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

Unified Diff: components/autofill/ios/browser/autofill_driver_ios.h

Issue 1526263003: Position autofill popup widgets correctly under --site-per-process (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed incorrect cast Created 4 years, 11 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: components/autofill/ios/browser/autofill_driver_ios.h
diff --git a/components/autofill/ios/browser/autofill_driver_ios.h b/components/autofill/ios/browser/autofill_driver_ios.h
index 7c665f56b1d9881847ee52cc57d3e8248bb6bdb5..e89c9e64b7127c24d5f0813021fc68730d27499e 100644
--- a/components/autofill/ios/browser/autofill_driver_ios.h
+++ b/components/autofill/ios/browser/autofill_driver_ios.h
@@ -58,6 +58,8 @@ class AutofillDriverIOS : public AutofillDriver,
void RendererShouldPreviewFieldWithValue(
const base::string16& value) override;
void PopupHidden() override;
+ gfx::RectF TransformBoundingBoxToViewportCoordinates(
+ const gfx::RectF& bounding_box) override;
private:
AutofillDriverIOS(
« no previous file with comments | « components/autofill/core/browser/test_autofill_driver.cc ('k') | components/autofill/ios/browser/autofill_driver_ios.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698