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

Unified Diff: chrome/browser/automation/ui_controls.h

Issue 173392: Couple of tweaks to ui_controls_linux:... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 4 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
« no previous file with comments | « no previous file | chrome/browser/automation/ui_controls_linux.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/automation/ui_controls.h
===================================================================
--- chrome/browser/automation/ui_controls.h (revision 24301)
+++ chrome/browser/automation/ui_controls.h (working copy)
@@ -16,9 +16,11 @@
#include "base/gfx/native_widget_types.h"
#include "base/gfx/point.h"
+#if defined(TOOLKIT_VIEWS)
namespace views {
class View;
}
+#endif
class Task;
@@ -73,7 +75,7 @@
// A combination of SendMouseMove to the middle of the view followed by
// SendMouseEvents.
void MoveMouseToCenterAndPress(
-#if defined(OS_WIN)
+#if defined(TOOLKIT_VIEWS)
views::View* view,
#elif defined(OS_LINUX)
GtkWidget* widget,
« no previous file with comments | « no previous file | chrome/browser/automation/ui_controls_linux.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698