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

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

Issue 9969080: Remove TOOLKIT_USES_GTK (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add gtk dependency to android linux host Created 8 years, 9 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 | « ui/base/x/x11_util.cc ('k') | ui/gfx/image/image.h » ('j') | 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 739ec7123bf8c7b8e5c64464ff56847c30c8c3f2..61578b88ab78d4c4702a9c3845154e549cb721a1 100644
--- a/ui/gfx/compositor/test/test_compositor_host_linux.cc
+++ b/ui/gfx/compositor/test/test_compositor_host_linux.cc
@@ -41,7 +41,7 @@ class TestCompositorHostLinux : public TestCompositorHost,
#if defined(USE_AURA)
virtual base::MessagePumpDispatcher::DispatchStatus
Dispatch(XEvent* xev) OVERRIDE;
-#elif defined(TOOLKIT_USES_GTK)
+#elif defined(TOOLKIT_GTK)
virtual bool Dispatch(GdkEvent* event) OVERRIDE;
#endif
@@ -109,7 +109,7 @@ base::MessagePumpDispatcher::DispatchStatus TestCompositorHostLinux::Dispatch(
XEvent* xev) {
return MessagePumpDispatcher::EVENT_IGNORED;
}
-#elif defined(TOOLKIT_USES_GTK)
+#elif defined(TOOLKIT_GTK)
bool TestCompositorHostLinux::Dispatch(GdkEvent*) {
return false;
}
« no previous file with comments | « ui/base/x/x11_util.cc ('k') | ui/gfx/image/image.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698