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

Unified Diff: components/mus/public/cpp/tests/test_window_tree.h

Issue 1991973003: mash: Preliminary support for widget hit test masks (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 7 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: components/mus/public/cpp/tests/test_window_tree.h
diff --git a/components/mus/public/cpp/tests/test_window_tree.h b/components/mus/public/cpp/tests/test_window_tree.h
index 7e007bf8f23efe7f8fefde8d95a7930167bbfa08..2e14b72186b2651c3c7bf7dafee7ca272841d833 100644
--- a/components/mus/public/cpp/tests/test_window_tree.h
+++ b/components/mus/public/cpp/tests/test_window_tree.h
@@ -47,6 +47,7 @@ class TestWindowTree : public mojom::WindowTree {
uint32_t window_id,
mojo::InsetsPtr insets,
mojo::Array<mojo::RectPtr> additional_client_areas) override;
+ void SetHitTestMask(uint32_t window_id, mojo::RectPtr mask) override;
void SetWindowVisibility(uint32_t change_id,
uint32_t window_id,
bool visible) override;
« no previous file with comments | « components/mus/public/cpp/lib/window_tree_client_impl.cc ('k') | components/mus/public/cpp/tests/test_window_tree.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698