| Index: android_webview/lib/main/webview_tests.cc
|
| diff --git a/android_webview/lib/main/webview_tests.cc b/android_webview/lib/main/webview_tests.cc
|
| index ec849c8024e0ef0f9e23763abbe8a204d79938af..fd57fd255c677daa1c8aa95389226d9811649781 100644
|
| --- a/android_webview/lib/main/webview_tests.cc
|
| +++ b/android_webview/lib/main/webview_tests.cc
|
| @@ -2,6 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| +#include "android_webview/browser/deferred_gpu_command_service.h"
|
| #include "android_webview/native/android_webview_jni_registrar.h"
|
| #include "base/android/jni_android.h"
|
| #include "base/command_line.h"
|
| @@ -14,5 +15,6 @@ int main(int argc, char** argv) {
|
| base::CommandLine::ForCurrentProcess()->AppendSwitch(
|
| switches::kSingleProcess);
|
| gfx::GLSurface::InitializeOneOffForTests();
|
| + android_webview::DeferredGpuCommandService::SetInstance();
|
| return base::TestSuite(argc, argv).Run();
|
| }
|
|
|