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

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

Issue 2483373003: Fixes bug in DesktopWindowTreeHostMus::SetBounds() (Closed)
Patch Set: done 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 f42e00a7c8c9789df77403dc519147a61218656e..9731c9d9179ff015fb8372768ecfac04c951c7e4 100644
--- a/ui/views/mus/desktop_window_tree_host_mus.cc
+++ b/ui/views/mus/desktop_window_tree_host_mus.cc
@@ -393,7 +393,7 @@ void DesktopWindowTreeHostMus::SetBounds(const gfx::Rect& bounds_in_pixels) {
size.SetToMin(max_size);
final_bounds_in_pixels.set_size(size);
}
- WindowTreeHostPlatform::SetBounds(final_bounds_in_pixels);
+ WindowTreeHostMus::SetBounds(final_bounds_in_pixels);
}
void DesktopWindowTreeHostMus::OnWindowInitialized(aura::Window* window) {}
« 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