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

Unified Diff: services/ui/ws/window_tree_client_unittest.cc

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/window_tree_client_unittest.cc
diff --git a/services/ui/ws/window_tree_client_unittest.cc b/services/ui/ws/window_tree_client_unittest.cc
index e06fefb47b684fb081aec31c806294ee7404e31b..becad0c01629b228036f2dd10547fcf84e6a5eb7 100644
--- a/services/ui/ws/window_tree_client_unittest.cc
+++ b/services/ui/ws/window_tree_client_unittest.cc
@@ -457,6 +457,7 @@ class TestWindowTreeClient : public mojom::WindowTreeClient,
const base::Optional<std::vector<uint8_t>>& value) override {
window_manager_client_->WmResponse(change_id, false);
}
+ 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