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

Unified Diff: services/ui/ws/test_utils.h

Issue 2650833002: Set focusibility correctly when initializing a window in mus+ash. (Closed)
Patch Set: update mus_demo. 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
Index: services/ui/ws/test_utils.h
diff --git a/services/ui/ws/test_utils.h b/services/ui/ws/test_utils.h
index 43ce2a55dfd1ac42de44cb11cb083c0a098925e3..842c879dce2e13b0d6b05b42a4b09bcc2ebbb3af 100644
--- a/services/ui/ws/test_utils.h
+++ b/services/ui/ws/test_utils.h
@@ -341,6 +341,7 @@ class TestWindowManager : public mojom::WindowManager {
uint32_t window_id,
const std::string& name,
const base::Optional<std::vector<uint8_t>>& value) override {}
+ void WmSetCanFocus(uint32_t window_id, bool can_focus) override {}
void WmCreateTopLevelWindow(
uint32_t change_id,
ClientSpecificId requesting_client_id,

Powered by Google App Engine
This is Rietveld 408576698