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

Unified Diff: examples/sky_compositor_app/sky_compositor_app.cc

Issue 797063002: Make reftests work for sky. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: cleanup Created 6 years 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 | sky/compositor/layer.h » ('j') | sky/compositor/layer.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: examples/sky_compositor_app/sky_compositor_app.cc
diff --git a/examples/sky_compositor_app/sky_compositor_app.cc b/examples/sky_compositor_app/sky_compositor_app.cc
index 6d6342b749a37a08d1d6769898a1fbca81de3eee..c032f589a3036bc04eb084f9133429d5aa25be84 100644
--- a/examples/sky_compositor_app/sky_compositor_app.cc
+++ b/examples/sky_compositor_app/sky_compositor_app.cc
@@ -56,7 +56,8 @@ class SkyCompositorApp : public mojo::ApplicationDelegate,
base_time_ = base::TimeTicks::Now();
layer_host_.reset(new sky::LayerHost(this));
- root_layer_ = make_scoped_refptr(new sky::Layer(this));
+ bool is_testing = false;
+ root_layer_ = make_scoped_refptr(new sky::Layer(this, is_testing));
layer_host_->SetRootLayer(root_layer_);
layer_host_->SetNeedsAnimate();
}
« no previous file with comments | « no previous file | sky/compositor/layer.h » ('j') | sky/compositor/layer.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698