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

Unified Diff: ui/views/widget/root_view.h

Issue 2507403002: Remove Widget::OnRootViewLayout(). (Closed)
Patch Set: Created 4 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
« no previous file with comments | « ui/views/widget/native_widget_private.h ('k') | ui/views/widget/root_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/widget/root_view.h
diff --git a/ui/views/widget/root_view.h b/ui/views/widget/root_view.h
index ae64a091692da8e641216fbf939c96ded4211070..18b0021b6c99a5814b11533a5cd01cfa7ee2b587 100644
--- a/ui/views/widget/root_view.h
+++ b/ui/views/widget/root_view.h
@@ -105,7 +105,6 @@ class VIEWS_EXPORT RootView : public View,
const Widget* GetWidget() const override;
Widget* GetWidget() override;
bool IsDrawn() const override;
- void Layout() override;
const char* GetClassName() const override;
void SchedulePaintInRect(const gfx::Rect& rect) override;
bool OnMousePressed(const ui::MouseEvent& event) override;
« no previous file with comments | « ui/views/widget/native_widget_private.h ('k') | ui/views/widget/root_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698