Update OSR code
This commit is contained in:
parent
91d16c9b3a
commit
65b8dd48d8
12 changed files with 187 additions and 182 deletions
|
@ -34,6 +34,8 @@ class AutofillPopup : public views::ViewObserver {
|
|||
const std::vector<base::string16>& labels);
|
||||
void UpdatePopupBounds();
|
||||
|
||||
gfx::Rect popup_bounds_in_view();
|
||||
|
||||
private:
|
||||
friend class AutofillPopupView;
|
||||
|
||||
|
@ -59,7 +61,6 @@ class AutofillPopup : public views::ViewObserver {
|
|||
|
||||
// Popup location
|
||||
gfx::Rect popup_bounds_;
|
||||
gfx::Rect popup_bounds_in_view_;
|
||||
|
||||
// Bounds of the autofilled element
|
||||
gfx::Rect element_bounds_;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue