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

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

Issue 1953313002: Eliminate PlatformWindowMus::Activate (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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/platform_window_mus.h ('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 fcf21a1bef34ba9048b7f2d8df26ceb0639bbe16..d7469eccaf91a72b6e738ce7043958b7e89175f4 100644
--- a/ui/views/mus/platform_window_mus.cc
+++ b/ui/views/mus/platform_window_mus.cc
@@ -105,10 +105,6 @@ PlatformWindowMus::~PlatformWindowMus() {
mus_window_->Destroy();
}
-void PlatformWindowMus::Activate() {
- mus_window_->SetFocus();
-}
-
void PlatformWindowMus::SetCursorById(mus::mojom::Cursor cursor) {
if (last_cursor_ != cursor) {
// The ui::PlatformWindow interface uses ui::PlatformCursor at this level,
« no previous file with comments | « ui/views/mus/platform_window_mus.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698