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

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

Issue 1962043002: Move Show and Hide impls from PlatformWindowMus to NativeWidgetMus (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 7 months 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/mus/native_widget_mus.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/mus/platform_window_mus.cc
diff --git a/ui/views/mus/platform_window_mus.cc b/ui/views/mus/platform_window_mus.cc
index 79ca64c812ebb3985deca90be626a96500250f55..9f05d2df198894735f8dbe6e83d1152d45e6178c 100644
--- a/ui/views/mus/platform_window_mus.cc
+++ b/ui/views/mus/platform_window_mus.cc
@@ -116,13 +116,9 @@ void PlatformWindowMus::SetCursorById(mus::mojom::Cursor cursor) {
}
}
-void PlatformWindowMus::Show() {
- mus_window_->SetVisible(true);
-}
+void PlatformWindowMus::Show() {}
-void PlatformWindowMus::Hide() {
- mus_window_->SetVisible(false);
-}
+void PlatformWindowMus::Hide() {}
void PlatformWindowMus::Close() {
NOTIMPLEMENTED();
« no previous file with comments | « ui/views/mus/native_widget_mus.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698