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

Unified Diff: ui/views/mus/desktop_window_tree_host_mus.cc

Issue 2477453003: Makes DesktopWindowTreeHostMus call OnNativeWidgetCreated() (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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/mus/desktop_window_tree_host_mus.cc
diff --git a/ui/views/mus/desktop_window_tree_host_mus.cc b/ui/views/mus/desktop_window_tree_host_mus.cc
index 29a31d919c34ac28aa88204e517a4e79d1603dd2..478dfb93fa70c09ad16107f3db46aa0226626030 100644
--- a/ui/views/mus/desktop_window_tree_host_mus.cc
+++ b/ui/views/mus/desktop_window_tree_host_mus.cc
@@ -45,7 +45,9 @@ void DesktopWindowTreeHostMus::Init(aura::Window* content_window,
const Widget::InitParams& params) {}
void DesktopWindowTreeHostMus::OnNativeWidgetCreated(
- const Widget::InitParams& params) {}
+ const Widget::InitParams& params) {
+ native_widget_delegate_->OnNativeWidgetCreated(true);
+}
std::unique_ptr<corewm::Tooltip> DesktopWindowTreeHostMus::CreateTooltip() {
return base::MakeUnique<corewm::TooltipAura>();
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698