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

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: address review comments 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 | « sky/compositor/layer.cc ('k') | sky/compositor/layer_host.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/compositor/layer_host.h
diff --git a/sky/compositor/layer_host.h b/sky/compositor/layer_host.h
index 0b9616c7ce476311be7c84b0a358fba396fdbebb..390bc843c1d5702ff9e3466f0fef2d1135ca0478 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);
+ void GetPixelsForTesting(std::vector<unsigned char>* pixels);
+
private:
enum State {
kWaitingForSurfaceService,
« no previous file with comments | « sky/compositor/layer.cc ('k') | sky/compositor/layer_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698