| Index: cc/layers/layer_impl.h
|
| diff --git a/cc/layers/layer_impl.h b/cc/layers/layer_impl.h
|
| index e712b7e0ba3ebd2b16cf8b9513b72a42bb1191ee..35a0a2f3629513a92f517c51cbe965858b4df88a 100644
|
| --- a/cc/layers/layer_impl.h
|
| +++ b/cc/layers/layer_impl.h
|
| @@ -534,6 +534,8 @@ class CC_EXPORT LayerImpl : public LayerAnimationValueObserver,
|
| virtual void SetDebugInfo(
|
| scoped_refptr<base::debug::ConvertableToTraceFormat> other);
|
|
|
| + bool IsDrawnRenderSurfaceLayerListMember() const;
|
| +
|
| protected:
|
| LayerImpl(LayerTreeImpl* layer_impl, int id);
|
|
|
|
|