| Index: cc/layer_impl.cc
|
| diff --git a/cc/layer_impl.cc b/cc/layer_impl.cc
|
| index 98dc5599467fee9942b73a6314e6fdc2f28f938a..ed7fedfd57fdef9052e729916705cf414f2ce122 100644
|
| --- a/cc/layer_impl.cc
|
| +++ b/cc/layer_impl.cc
|
| @@ -14,6 +14,7 @@
|
| #include "cc/layer_tree_impl.h"
|
| #include "cc/layer_tree_settings.h"
|
| #include "cc/math_util.h"
|
| +#include "cc/picture_pile_impl.h"
|
| #include "cc/proxy.h"
|
| #include "cc/quad_sink.h"
|
| #include "cc/scrollbar_animation_controller.h"
|
| @@ -280,6 +281,11 @@ gfx::Rect LayerImpl::layerRectToContentRect(const gfx::RectF& layerRect) const
|
| return gfx::ToEnclosingRect(contentRect);
|
| }
|
|
|
| +scoped_refptr<PicturePileImpl> LayerImpl::GetPicturePileClone() const
|
| +{
|
| + return scoped_refptr<PicturePileImpl>();
|
| +}
|
| +
|
| std::string LayerImpl::indentString(int indent)
|
| {
|
| std::string str;
|
|
|