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

Unified Diff: cc/trees/layer_tree_host_unittest_scroll.cc

Issue 634083002: gpu: Compositor management of GpuMemoryBuffer instances. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@cc-pre-chromium-image-refactor
Patch Set: rebase Created 6 years, 2 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: cc/trees/layer_tree_host_unittest_scroll.cc
diff --git a/cc/trees/layer_tree_host_unittest_scroll.cc b/cc/trees/layer_tree_host_unittest_scroll.cc
index a1853918ea1c9356448350e255ede224c6509daa..0cd7dcec30b68753bbd7cec699d519aaf7caf168 100644
--- a/cc/trees/layer_tree_host_unittest_scroll.cc
+++ b/cc/trees/layer_tree_host_unittest_scroll.cc
@@ -1133,6 +1133,7 @@ TEST(LayerTreeHostFlingTest, DidStopFlingingThread) {
scoped_ptr<LayerTreeHost> layer_tree_host =
LayerTreeHost::CreateThreaded(&client,
shared_bitmap_manager.get(),
+ NULL,
settings,
base::MessageLoopProxy::current(),
impl_thread.message_loop_proxy());

Powered by Google App Engine
This is Rietveld 408576698