Index: ui/views/view.h |
diff --git a/ui/views/view.h b/ui/views/view.h |
index 9f956d524785f16cb8b4474cbf53b346f95fb502..3bd1f5c5a3a8ae7a9d2f225512e05d1030fc0ca7 100644 |
--- a/ui/views/view.h |
+++ b/ui/views/view.h |
@@ -1113,12 +1113,11 @@ class VIEWS_EXPORT View : public ui::LayerDelegate, |
// recurses through all children. This is used when adding a layer to an |
// existing view to make sure all descendants that have layers are parented to |
// the right layer. |
- virtual void MoveLayerToParent(ui::Layer* parent_layer, |
- const gfx::Point& point); |
+ void MoveLayerToParent(ui::Layer* parent_layer, const gfx::Point& point); |
// Called to update the bounds of any child layers within this View's |
// hierarchy when something happens to the hierarchy. |
- virtual void UpdateChildLayerBounds(const gfx::Vector2d& offset); |
+ void UpdateChildLayerBounds(const gfx::Vector2d& offset); |
// Overridden from ui::LayerDelegate: |
virtual void OnPaintLayer(gfx::Canvas* canvas) OVERRIDE; |