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

Unified Diff: ui/views/widget/widget.cc

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/widget.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/widget/widget.cc
diff --git a/ui/views/widget/widget.cc b/ui/views/widget/widget.cc
index 4c210640afa34f01ab23dc9c913f91d2dee15a6e..d9fe59de6f7f2fc0b8f86bbd28fab564bdb07cd7 100644
--- a/ui/views/widget/widget.cc
+++ b/ui/views/widget/widget.cc
@@ -983,10 +983,6 @@ void Widget::SynthesizeMouseMoveEvent() {
root_view_->OnMouseMoved(mouse_event);
}
-void Widget::OnRootViewLayout() {
- native_widget_->OnRootViewLayout();
-}
-
bool Widget::IsTranslucentWindowOpacitySupported() const {
return native_widget_->IsTranslucentWindowOpacitySupported();
}
« no previous file with comments | « ui/views/widget/widget.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698