diff options
Diffstat (limited to 'cc/layers/layer_impl.h')
-rw-r--r-- | cc/layers/layer_impl.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cc/layers/layer_impl.h b/cc/layers/layer_impl.h index f33e644..2bee592 100644 --- a/cc/layers/layer_impl.h +++ b/cc/layers/layer_impl.h @@ -242,7 +242,7 @@ class CC_EXPORT LayerImpl : LayerAnimationValueObserver { return draw_properties_.render_target; } RenderSurfaceImpl* render_surface() const { - return draw_properties_.render_surface.get(); + return draw_properties_.render_surface.get(); } // The client should be responsible for setting bounds, content bounds and @@ -523,6 +523,6 @@ class CC_EXPORT LayerImpl : LayerAnimationValueObserver { DISALLOW_COPY_AND_ASSIGN(LayerImpl); }; -} +} // namespace cc #endif // CC_LAYERS_LAYER_IMPL_H_ |