| Index: cc/layer_impl.cc
|
| diff --git a/cc/layer_impl.cc b/cc/layer_impl.cc
|
| index c588fe287926e2e736801cb71a652b673b7f3179..9840eff7d488506911e212bd197fab01f5d276f3 100644
|
| --- a/cc/layer_impl.cc
|
| +++ b/cc/layer_impl.cc
|
| @@ -287,6 +287,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;
|
|
|