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

Unified Diff: android_webview/lib/main/webview_tests.cc

Issue 1231263003: Share SyncPointManager between ipc and in-process (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove forward decl/includes Created 5 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
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 38624f86619469763313de9db75c3943d3fbe883..df7d90e6c2bb00366f22f91f92722f1b921f383c 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"
@@ -15,5 +16,6 @@ int main(int argc, char** argv) {
base::CommandLine::ForCurrentProcess()->AppendSwitch(
switches::kSingleProcess);
gfx::GLSurfaceTestSupport::InitializeOneOff();
+ android_webview::DeferredGpuCommandService::SetInstance();
return base::TestSuite(argc, argv).Run();
}
« no previous file with comments | « android_webview/browser/shared_renderer_state.cc ('k') | components/view_manager/gles2/command_buffer_driver.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698