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

Unified Diff: services/ui/public/cpp/tests/test_window_tree.h

Issue 2118383002: mus: Disregard windows that explicitly set can_accept_events to be false when sending events. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Early return Created 4 years, 5 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/public/cpp/tests/test_window_tree.h
diff --git a/services/ui/public/cpp/tests/test_window_tree.h b/services/ui/public/cpp/tests/test_window_tree.h
index 6bd8beab4314be4d2e616eb1f9c4def9163f738e..92d653d8f037cad68232a7f19c3473ed7609f80d 100644
--- a/services/ui/public/cpp/tests/test_window_tree.h
+++ b/services/ui/public/cpp/tests/test_window_tree.h
@@ -105,6 +105,7 @@ class TestWindowTree : public mojom::WindowTree {
mojom::MoveLoopSource source,
const gfx::Point& cursor_location) override;
void CancelWindowMove(uint32_t window_id) override;
+ void SetCanAcceptEvents(uint32_t window_id, bool can_accept_events) override;
msw 2016/07/12 22:07:23 nit: order to match WindowTree decl (ditto for def
riajiang 2016/07/13 00:01:45 Done.
bool got_change_;
uint32_t change_id_;

Powered by Google App Engine
This is Rietveld 408576698