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

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

Issue 2489513003: Fixes and test updates for aura-mus (Closed)
Patch Set: feedback 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/aura/mus/window_port_mus.cc ('k') | ui/views/mus/desktop_window_tree_host_mus.cc » ('j') | 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.h
diff --git a/ui/views/mus/desktop_window_tree_host_mus.h b/ui/views/mus/desktop_window_tree_host_mus.h
index 9aba79c1e46864114f04b215de5939f04c66c27c..f783c76fc1f72f765d48e5495493905a26075e79 100644
--- a/ui/views/mus/desktop_window_tree_host_mus.h
+++ b/ui/views/mus/desktop_window_tree_host_mus.h
@@ -90,6 +90,11 @@ class VIEWS_MUS_EXPORT DesktopWindowTreeHostMus
bool IsTranslucentWindowOpacitySupported() const override;
void SizeConstraintsChanged() override;
+ // WindowTreeHostMus:
+ void ShowImpl() override;
+ void HideImpl() override;
+ void SetBounds(const gfx::Rect& bounds_in_pixels) override;
+
// aura::EnvObserver:
void OnWindowInitialized(aura::Window* window) override;
void OnActiveFocusClientChanged(aura::client::FocusClient* focus_client,
« no previous file with comments | « ui/aura/mus/window_port_mus.cc ('k') | ui/views/mus/desktop_window_tree_host_mus.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698