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

Unified Diff: ui/gfx/compositor/test/test_compositor_host_linux.cc

Issue 8547014: A few less TOUCH_UIs. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 1 month 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 | « ui/gfx/compositor/layer.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/compositor/test/test_compositor_host_linux.cc
diff --git a/ui/gfx/compositor/test/test_compositor_host_linux.cc b/ui/gfx/compositor/test/test_compositor_host_linux.cc
index b71493177e7b45682a9fb5b3a76e34fadb4fae57..c3136d1aec1d9ca4aaca2f3dfc7bb8524af41df8 100644
--- a/ui/gfx/compositor/test/test_compositor_host_linux.cc
+++ b/ui/gfx/compositor/test/test_compositor_host_linux.cc
@@ -13,7 +13,7 @@
#include <X11/Xlib.h>
-#if defined(TOUCH_UI) || defined(USE_AURA)
+#if defined(USE_AURA)
#include "base/message_pump_x.h"
#endif
@@ -34,7 +34,7 @@ class TestCompositorHostLinux : public TestCompositorHost,
virtual void ScheduleDraw() OVERRIDE;
// Overridden from MessagePumpDispatcher:
-#if defined(TOUCH_UI) || defined(USE_AURA)
+#if defined(USE_AURA)
virtual base::MessagePumpDispatcher::DispatchStatus
Dispatch(XEvent* xev) OVERRIDE;
#elif defined(TOOLKIT_USES_GTK)
@@ -94,7 +94,7 @@ void TestCompositorHostLinux::ScheduleDraw() {
compositor_->Draw(false);
}
-#if defined(TOUCH_UI) || defined(USE_AURA)
+#if defined(USE_AURA)
base::MessagePumpDispatcher::DispatchStatus TestCompositorHostLinux::Dispatch(
XEvent* xev) {
return MessagePumpDispatcher::EVENT_IGNORED;
« no previous file with comments | « ui/gfx/compositor/layer.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698