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

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: improve comments, remove Window::window_layer_type_ and fix test Created 7 years, 1 month 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 ef60e84a5883ad0d49429ced7081fca391deacaf..29b0d0eb77a782e8fb5a8668d3d67db55bcbf836 100644
--- a/ui/views/view.h
+++ b/ui/views/view.h
@@ -1111,12 +1111,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.h ('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