| Index: cc/layers/layer.h
|
| diff --git a/cc/layers/layer.h b/cc/layers/layer.h
|
| index 64540492fc8c5c561f5b61c1e3a0eb185b8189fe..3814c8222cb3c0895e44efcd965de557f3b457dc 100644
|
| --- a/cc/layers/layer.h
|
| +++ b/cc/layers/layer.h
|
| @@ -28,7 +28,6 @@
|
| #include "cc/layers/paint_properties.h"
|
| #include "cc/output/filter_operations.h"
|
| #include "cc/trees/property_tree.h"
|
| -#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"
|
| @@ -404,7 +403,7 @@ class CC_EXPORT Layer : public base::RefCounted<Layer> {
|
|
|
| virtual ScrollbarLayerInterface* ToScrollbarLayer();
|
|
|
| - virtual skia::RefPtr<SkPicture> GetPicture() const;
|
| + virtual sk_sp<SkPicture> GetPicture() const;
|
|
|
| // Constructs a LayerImpl of the correct runtime type for this Layer type.
|
| virtual scoped_ptr<LayerImpl> CreateLayerImpl(LayerTreeImpl* tree_impl);
|
|
|