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

Unified Diff: cc/trees/tree_synchronizer_unittest.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/tree_synchronizer_unittest.cc
diff --git a/cc/trees/tree_synchronizer_unittest.cc b/cc/trees/tree_synchronizer_unittest.cc
index fcc7cd6538c123517b21f67693dadfc5eea4dd57..fa56eda8329b062c37f2935ede69adbc9d1a9f6c 100644
--- a/cc/trees/tree_synchronizer_unittest.cc
+++ b/cc/trees/tree_synchronizer_unittest.cc
@@ -569,6 +569,7 @@ TEST_F(TreeSynchronizerTest, SynchronizeAnimations) {
&proxy,
&stats_instrumentation,
shared_bitmap_manager.get(),
+ NULL,
0);
scoped_refptr<Layer> layer_tree_root = Layer::Create();
@@ -608,6 +609,7 @@ TEST_F(TreeSynchronizerTest, SynchronizeScrollParent) {
&proxy,
&stats_instrumentation,
shared_bitmap_manager.get(),
+ NULL,
0);
scoped_refptr<Layer> layer_tree_root = Layer::Create();
@@ -681,6 +683,7 @@ TEST_F(TreeSynchronizerTest, SynchronizeClipParent) {
&proxy,
&stats_instrumentation,
shared_bitmap_manager.get(),
+ NULL,
0);
scoped_refptr<Layer> layer_tree_root = Layer::Create();

Powered by Google App Engine
This is Rietveld 408576698