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

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: Add CreateBrowserDesktopWindowTreeHost stub for ozone 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
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..4535c4f2a7537643316bf9b261bd89ca735d88af 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)
display::Screen::SetScreenInstance(
views::test::TestDesktopScreenX11::GetInstance());
#else

Powered by Google App Engine
This is Rietveld 408576698