| 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,
|
|
|