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

Unified Diff: ui/base/test/run_all_unittests.cc

Issue 262483003: Implementation of the Touch Exploration Mode - Part I (ui) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@event_source
Patch Set: Reverting all non- ui/ changes from this CL - they will be submitted separately. Created 6 years, 8 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
Index: ui/base/test/run_all_unittests.cc
diff --git a/ui/base/test/run_all_unittests.cc b/ui/base/test/run_all_unittests.cc
index 8573da08506945d9afd770f696e9a9559dbc56fa..00da35cb34e285ef458967deb84c6106786f16f5 100644
--- a/ui/base/test/run_all_unittests.cc
+++ b/ui/base/test/run_all_unittests.cc
@@ -11,6 +11,7 @@
#include "ui/base/resource/resource_bundle.h"
#include "ui/base/ui_base_paths.h"
#include "ui/gfx/gfx_paths.h"
+#include "ui/gl/gl_surface.h"
#if defined(OS_ANDROID)
#include "base/android/jni_android.h"
@@ -93,6 +94,7 @@ void UIBaseTestSuite::Shutdown() {
int main(int argc, char** argv) {
UIBaseTestSuite test_suite(argc, argv);
+ gfx::GLSurface::InitializeOneOffForTests();
return base::LaunchUnitTests(argc,
argv,

Powered by Google App Engine
This is Rietveld 408576698