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

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

Issue 698883005: Update mojo sdk to rev cfc99316100efdfa7d53d83f9e07f1d4d3765c21 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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: 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 abe0906e4e42a365e65d73fb7999e9de9f8ae037..b5912ec249c3f97008cc1ed055902a3056151ad0 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
@@ -5,7 +5,6 @@
#include "mojo/services/public/cpp/view_manager/lib/view_manager_test_suite.h"
#include "base/i18n/icu_util.h"
-#include "ui/gl/gl_surface.h"
#if defined(USE_X11)
#include "ui/gfx/x/x11_connection.h"
@@ -26,10 +25,6 @@ void ViewManagerTestSuite::Initialize() {
gfx::InitializeThreadedX11();
#endif
-#if defined(COMPONENT_BUILD)
- gfx::GLSurface::InitializeOneOffForTests();
-#endif
-
base::TestSuite::Initialize();
// base::TestSuite and ViewsInit both try to load icu. That's ok for tests.

Powered by Google App Engine
This is Rietveld 408576698