summaryrefslogtreecommitdiffstats
path: root/chrome/browser/automation/ui_controls_gtk.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/automation/ui_controls_gtk.cc')
-rw-r--r--chrome/browser/automation/ui_controls_gtk.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/automation/ui_controls_gtk.cc b/chrome/browser/automation/ui_controls_gtk.cc
index 1505b73..0ca2378 100644
--- a/chrome/browser/automation/ui_controls_gtk.cc
+++ b/chrome/browser/automation/ui_controls_gtk.cc
@@ -292,7 +292,7 @@ void SynchronizeWidgetSize(views::Widget* widget) {
void MoveMouseToCenterAndPress(views::View* view, MouseButton button,
int state, const base::Closure& task) {
-#if defined(OS_LINUX) && !defined(USE_AURA)
+#if defined(OS_LINUX)
// X is asynchronous and we need to wait until the window gets
// resized to desired size.
SynchronizeWidgetSize(view->GetWidget());