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

Unified Diff: mojo/services/public/cpp/view_manager/lib/view_manager_test_suite.cc

Issue 391583002: ui/platform_window: Introduce PlatformWindow for windowing primitives. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 6 years, 5 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 | « mojo/services/native_viewport/native_viewport_x11.cc ('k') | ui/platform_window/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/services/public/cpp/view_manager/lib/view_manager_test_suite.cc
diff --git a/mojo/services/public/cpp/view_manager/lib/view_manager_test_suite.cc b/mojo/services/public/cpp/view_manager/lib/view_manager_test_suite.cc
index 71620f34655878334f4aa6c47679bd33824e9723..0f4d9360c55a14035fd3a4b76a36f82fd92fbea4 100644
--- a/mojo/services/public/cpp/view_manager/lib/view_manager_test_suite.cc
+++ b/mojo/services/public/cpp/view_manager/lib/view_manager_test_suite.cc
@@ -4,7 +4,6 @@
#include "mojo/services/public/cpp/view_manager/lib/view_manager_test_suite.h"
-#include "mojo/services/native_viewport/native_viewport.h"
#include "ui/gl/gl_surface.h"
#if defined(USE_X11)
@@ -25,7 +24,6 @@ void ViewManagerTestSuite::Initialize() {
// Each test ends up creating a new thread for the native viewport service.
// In other words we'll use X on different threads, so tell it that.
gfx::InitializeThreadedX11();
- services::test::EnableTestNativeViewport();
#endif
base::TestSuite::Initialize();
« no previous file with comments | « mojo/services/native_viewport/native_viewport_x11.cc ('k') | ui/platform_window/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698