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

Unified Diff: chrome/browser/ui/autofill/test_popup_controller_common.h

Issue 1151263002: Fix positioning of autofill popup on rtl (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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/autofill/test_popup_controller_common.h
diff --git a/chrome/browser/ui/autofill/test_popup_controller_common.h b/chrome/browser/ui/autofill/test_popup_controller_common.h
index 2bd298226e5db60adc1674e467c89cdd4e6bbe24..dc4f26657a90beb2e2b12babb0e02a638d215f80 100644
--- a/chrome/browser/ui/autofill/test_popup_controller_common.h
+++ b/chrome/browser/ui/autofill/test_popup_controller_common.h
@@ -13,7 +13,8 @@ namespace autofill {
class TestPopupControllerCommon : public PopupControllerCommon {
public:
- explicit TestPopupControllerCommon(const gfx::RectF& element_bounds);
+ TestPopupControllerCommon(const gfx::RectF& element_bounds,
+ base::i18n::TextDirection direction);
~TestPopupControllerCommon() override;
void set_display(const gfx::Display& display) { display_ = display; }

Powered by Google App Engine
This is Rietveld 408576698