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

Unified Diff: cc/layers/delegated_renderer_layer_impl_unittest.cc

Issue 16871016: cc: Use BeginFrameArgs (Closed) Base URL: http://git.chromium.org/chromium/src.git@bfargs2
Patch Set: Rebase; Avoid double activate; Fix OutputSurface init and page scroll delta; Created 7 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
« no previous file with comments | « no previous file | cc/layers/heads_up_display_unittest.cc » ('j') | cc/layers/texture_layer_unittest.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/layers/delegated_renderer_layer_impl_unittest.cc
diff --git a/cc/layers/delegated_renderer_layer_impl_unittest.cc b/cc/layers/delegated_renderer_layer_impl_unittest.cc
index 1584782f1092011813bf6cdb07b01ad6ecddff7c..88f79de784e4ad09279075e202d96b2d3a0d9cfa 100644
--- a/cc/layers/delegated_renderer_layer_impl_unittest.cc
+++ b/cc/layers/delegated_renderer_layer_impl_unittest.cc
@@ -44,6 +44,7 @@ class DelegatedRendererLayerImplTest : public testing::Test {
&stats_instrumentation_);
host_impl_->InitializeRenderer(CreateFakeOutputSurface());
host_impl_->SetViewportSize(gfx::Size(10, 10));
+ client_.SetLayerTreeHostImpl(host_impl_.get());
}
protected:
« no previous file with comments | « no previous file | cc/layers/heads_up_display_unittest.cc » ('j') | cc/layers/texture_layer_unittest.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698