| Index: cc/layers/picture_layer_impl.h
|
| diff --git a/cc/layers/picture_layer_impl.h b/cc/layers/picture_layer_impl.h
|
| index 7623c4da9e26bbf03dba98a1077870c5514f4c4c..ccb4f0569a582e072ce141a0c7f63b807975af66 100644
|
| --- a/cc/layers/picture_layer_impl.h
|
| +++ b/cc/layers/picture_layer_impl.h
|
| @@ -5,6 +5,7 @@
|
| #ifndef CC_LAYERS_PICTURE_LAYER_IMPL_H_
|
| #define CC_LAYERS_PICTURE_LAYER_IMPL_H_
|
|
|
| +#include <set>
|
| #include <string>
|
| #include <vector>
|
|
|
| @@ -185,6 +186,8 @@ class CC_EXPORT PictureLayerImpl
|
|
|
| virtual void GetDebugBorderProperties(
|
| SkColor* color, float* width) const OVERRIDE;
|
| + virtual void AllTilesForTracingInto(
|
| + std::set<const Tile*>* tiles) const OVERRIDE;
|
| virtual void AsValueInto(base::debug::TracedValue* dict) const OVERRIDE;
|
|
|
| virtual void UpdateIdealScales();
|
|
|