| Index: cc/layers/layer.h
|
| diff --git a/cc/layers/layer.h b/cc/layers/layer.h
|
| index 1643817773798a7a19bc8ab93b1e140eaa04146b..868777c23290f06b0d11cbd34b1d1cdfb3a7633b 100644
|
| --- a/cc/layers/layer.h
|
| +++ b/cc/layers/layer.h
|
| @@ -26,6 +26,7 @@
|
| #include "skia/ext/refptr.h"
|
| #include "third_party/skia/include/core/SkColor.h"
|
| #include "third_party/skia/include/core/SkImageFilter.h"
|
| +#include "third_party/skia/include/core/SkPicture.h"
|
| #include "ui/gfx/rect.h"
|
| #include "ui/gfx/rect_f.h"
|
| #include "ui/gfx/transform.h"
|
| @@ -370,6 +371,8 @@ class CC_EXPORT Layer : public base::RefCounted<Layer>,
|
| // Returns true if anything in this tree blocksPendingCommit.
|
| bool BlocksPendingCommitRecursive() const;
|
|
|
| + virtual skia::RefPtr<SkPicture> GetPicture() const;
|
| +
|
| virtual bool CanClipSelf() const;
|
|
|
| // Constructs a LayerImpl of the correct runtime type for this Layer type.
|
|
|