Chromium Code Reviews| Index: cc/layer_impl.cc |
| diff --git a/cc/layer_impl.cc b/cc/layer_impl.cc |
| index 98dc5599467fee9942b73a6314e6fdc2f28f938a..b5b1eced3b6b749bcd8a124cc19b13ccfca13a34 100644 |
| --- a/cc/layer_impl.cc |
| +++ b/cc/layer_impl.cc |
| @@ -280,6 +280,11 @@ gfx::Rect LayerImpl::layerRectToContentRect(const gfx::RectF& layerRect) const |
| return gfx::ToEnclosingRect(contentRect); |
| } |
| +skia::RefPtr<SkPicture> LayerImpl::getPicture() |
| +{ |
| + return skia::RefPtr<SkPicture>(); |
| +} |
| + |
| std::string LayerImpl::indentString(int indent) |
| { |
| std::string str; |