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

Unified Diff: chrome/test/base/view_event_test_platform_part_default.cc

Issue 2478323003: Ozone Linux: Fix linker errors in interactive_ui_tests (Closed)
Patch Set: Fix up macros Created 4 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 | « chrome/test/base/interactive_ui_tests_main.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/base/view_event_test_platform_part_default.cc
diff --git a/chrome/test/base/view_event_test_platform_part_default.cc b/chrome/test/base/view_event_test_platform_part_default.cc
index 54497609886cb9e5b8ace1f4faaf0251b9bbc3f4..aabd0fb4d68eab4d27de7a010248baca8e3f6a53 100644
--- a/chrome/test/base/view_event_test_platform_part_default.cc
+++ b/chrome/test/base/view_event_test_platform_part_default.cc
@@ -23,7 +23,7 @@ class ViewEventTestPlatformPartDefault : public ViewEventTestPlatformPart {
ui::ContextFactory* context_factory) {
#if defined(USE_AURA)
DCHECK(!display::Screen::GetScreen());
-#if !defined(OS_CHROMEOS) && defined(OS_LINUX)
+#if defined(USE_X11) && !defined(OS_CHROMEOS)
display::Screen::SetScreenInstance(
views::test::TestDesktopScreenX11::GetInstance());
#else
« no previous file with comments | « chrome/test/base/interactive_ui_tests_main.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698