This commit is contained in:
Heilig Benedek 2017-11-03 00:42:30 +01:00 committed by Cheng Zhao
parent 193beb57c9
commit 4b10445c2e
5 changed files with 9 additions and 9 deletions

View file

@ -170,7 +170,7 @@ void AutofillPopup::UpdatePopupBounds(int height_compensation) {
int desired_height = GetDesiredPopupHeight();
bool is_rtl = false;
gfx::Point origin(element_bounds_.origin().x(),
gfx::Point origin(element_bounds_.origin().x(),
element_bounds_.origin().y() - height_compensation);
gfx::Rect bounds(origin, element_bounds_.size());

View file

@ -11,8 +11,8 @@
#include "content/public/browser/render_frame_host.h"
#include "ui/gfx/font_list.h"
#include "ui/native_theme/native_theme.h"
#include "ui/views/widget/widget.h"
#include "ui/views/view.h"
#include "ui/views/widget/widget.h"
namespace atom {