Chromium Code Reviews| Index: cc/layers/layer.h |
| diff --git a/cc/layers/layer.h b/cc/layers/layer.h |
| index 99bb550023ab7056e476cf106ea4713b948962b0..d4d3ae9dd34f563b5a41215a12b147464f9923ff 100644 |
| --- a/cc/layers/layer.h |
| +++ b/cc/layers/layer.h |
| @@ -328,8 +328,7 @@ class CC_EXPORT Layer : public base::RefCounted<Layer> { |
| virtual ScrollbarLayerInterface* ToScrollbarLayer(); |
| - // TODO(enne): rename this to PaintRecord |
| - virtual sk_sp<PaintRecord> GetPicture() const; |
| + virtual sk_sp<SkPicture> GetPicture() const; |
|
enne (OOO)
2017/02/07 02:20:05
This appears to only be used by tests that want bi
|
| // Constructs a LayerImpl of the correct runtime type for this Layer type. |
| virtual std::unique_ptr<LayerImpl> CreateLayerImpl(LayerTreeImpl* tree_impl); |