diff options
Diffstat (limited to 'cc/layers/layer_impl.h')
-rw-r--r-- | cc/layers/layer_impl.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cc/layers/layer_impl.h b/cc/layers/layer_impl.h index e84c669..16747aa 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); |