Chromium Code Reviews| 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, |