| Index: cc/picture_layer_impl.h
|
| diff --git a/cc/picture_layer_impl.h b/cc/picture_layer_impl.h
|
| index bf2db9e0764460998ecdc018b3f70dd2e6fec97f..a35886e8ba33d75773911a26b4565814cd016c93 100644
|
| --- a/cc/picture_layer_impl.h
|
| +++ b/cc/picture_layer_impl.h
|
| @@ -10,6 +10,8 @@
|
| #include "cc/picture_layer_tiling_set.h"
|
| #include "cc/picture_pile_impl.h"
|
| #include "cc/scoped_ptr_vector.h"
|
| +#include "skia/ext/refptr.h"
|
| +#include "third_party/skia/include/core/SkPicture.h"
|
|
|
| namespace cc {
|
|
|
| @@ -30,6 +32,7 @@ public:
|
| virtual void appendQuads(QuadSink&, AppendQuadsData&) OVERRIDE;
|
| virtual void dumpLayerProperties(std::string*, int indent) const OVERRIDE;
|
| virtual void didUpdateTransforms() OVERRIDE;
|
| + virtual skia::RefPtr<SkPicture> getPicture() OVERRIDE;
|
|
|
| void didUpdateBounds();
|
|
|
|
|