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

Unified Diff: android_webview/browser/test/rendering_test.cc

Issue 2036023002: Rewire Android WebView's compositor changed signal. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Use web_contents_ Created 4 years, 6 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 | « android_webview/browser/render_thread_manager.cc ('k') | android_webview/native/aw_contents.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android_webview/browser/test/rendering_test.cc
diff --git a/android_webview/browser/test/rendering_test.cc b/android_webview/browser/test/rendering_test.cc
index 1c92f34e98b05d64b3335cf9e75260e5680eed68..18b4629529cec3b58c0b0358cf51af533aec46f6 100644
--- a/android_webview/browser/test/rendering_test.cc
+++ b/android_webview/browser/test/rendering_test.cc
@@ -56,6 +56,7 @@ void RenderingTest::SetUpTestHarness() {
DCHECK(!functor_.get());
browser_view_renderer_.reset(
new TestBrowserViewRenderer(this, base::ThreadTaskRunnerHandle::Get()));
+ browser_view_renderer_->SetActiveCompositorID(CompositorID(0, 0));
InitializeCompositor();
std::unique_ptr<FakeWindow> window(
new FakeWindow(browser_view_renderer_.get(), this, gfx::Rect(100, 100)));
« no previous file with comments | « android_webview/browser/render_thread_manager.cc ('k') | android_webview/native/aw_contents.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698