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

Unified Diff: ui/views/widget/widget.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/root_view.cc ('k') | ui/views/widget/widget.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/widget/widget.h
diff --git a/ui/views/widget/widget.h b/ui/views/widget/widget.h
index 0c7ab33a1a5d808729fba550fde9487b35860580..0fbf979b0b15345e6e1d61f36d811c4bd19f9d1f 100644
--- a/ui/views/widget/widget.h
+++ b/ui/views/widget/widget.h
@@ -759,10 +759,6 @@ class VIEWS_EXPORT Widget : public internal::NativeWidgetDelegate,
// mouse location to refresh hovering status in the widget.
void SynthesizeMouseMoveEvent();
- // Called by our RootView after it has performed a Layout. Used to forward
- // window sizing information to the window server on some platforms.
- void OnRootViewLayout();
-
// Whether the widget supports translucency.
bool IsTranslucentWindowOpacitySupported() const;
« no previous file with comments | « ui/views/widget/root_view.cc ('k') | ui/views/widget/widget.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698