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

Unified Diff: services/ui/demo/mus_demo.cc

Issue 2650833002: Set focusibility correctly when initializing a window in mus+ash. (Closed)
Patch Set: addressed feedback. Created 3 years, 11 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 | « services/ui/demo/mus_demo.h ('k') | services/ui/public/interfaces/window_manager.mojom » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/demo/mus_demo.cc
diff --git a/services/ui/demo/mus_demo.cc b/services/ui/demo/mus_demo.cc
index b268e11c57e34560d4068333c1a2262085f973d8..0ae145c089fcc1878d5d867fd31b48437151a9c0 100644
--- a/services/ui/demo/mus_demo.cc
+++ b/services/ui/demo/mus_demo.cc
@@ -138,6 +138,8 @@ bool MusDemo::OnWmSetProperty(aura::Window* window,
return true;
}
+void MusDemo::OnWmSetCanFocus(aura::Window* window, bool can_focus) {}
+
aura::Window* MusDemo::OnWmCreateTopLevelWindow(
mojom::WindowType window_type,
std::map<std::string, std::vector<uint8_t>>* properties) {
« no previous file with comments | « services/ui/demo/mus_demo.h ('k') | services/ui/public/interfaces/window_manager.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698