Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(31)

Unified Diff: ui/views/view.h

Issue 82283002: Initial cut at layerless windows. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: is_layerless() -> \!layer_ Created 7 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;
« ui/aura/window.cc ('K') | « ui/views/focus_border.h ('k') | ui/views/views.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698