Index: sky/compositor/layer_host.h |
diff --git a/sky/compositor/layer_host.h b/sky/compositor/layer_host.h |
index 0b9616c7ce476311be7c84b0a358fba396fdbebb..d5b22d0f72b2551e63cdafbbb197f32d69616cdd 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 GetPixelsForTesting(); |
+ |
private: |
enum State { |
kWaitingForSurfaceService, |