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

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

Issue 2369793002: WIP: Propagate SurfaceID up window tree hierarchy
Patch Set: Fix input events: EventDispatcher ignores container windows Created 4 years, 3 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 | « content/renderer/render_widget.cc ('k') | services/ui/public/cpp/tests/test_window_tree.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 a8c24301f880189615b4f588c1eed24f3c6b9f6d..747b8c222faa2df6430b7860b391f39a1aa8f49d 100644
--- a/services/ui/public/cpp/tests/test_window_tree.h
+++ b/services/ui/public/cpp/tests/test_window_tree.h
@@ -63,6 +63,8 @@ class TestWindowTree : public mojom::WindowTree {
mojom::SurfaceType type,
mojo::InterfaceRequest<mojom::Surface> surface,
mojom::SurfaceClientPtr client) override;
+ void SatisfySurfaceSequence(uint32_t window_id,
+ const cc::SurfaceSequence& sequence) override;
void AddWindow(uint32_t change_id, uint32_t parent, uint32_t child) override;
void RemoveWindowFromParent(uint32_t change_id, uint32_t window_id) override;
void AddTransientWindow(uint32_t change_id,
« no previous file with comments | « content/renderer/render_widget.cc ('k') | services/ui/public/cpp/tests/test_window_tree.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698