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

Unified Diff: sky/compositor/layer_host.h

Issue 797063002: Make reftests work for sky. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: 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
Index: sky/compositor/layer_host.h
diff --git a/sky/compositor/layer_host.h b/sky/compositor/layer_host.h
index 0b9616c7ce476311be7c84b0a358fba396fdbebb..0b2204edd22a240d8fda55fa449917e49d31578b 100644
--- a/sky/compositor/layer_host.h
+++ b/sky/compositor/layer_host.h
@@ -41,6 +41,8 @@ class LayerHost : public SurfaceHolder::Client {
void SetNeedsAnimate();
void SetRootLayer(scoped_refptr<Layer> layer);
+ std::string GetPixels();
+
private:
enum State {
kWaitingForSurfaceService,

Powered by Google App Engine
This is Rietveld 408576698