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

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

Issue 1991973003: mash: Preliminary support for widget hit test masks (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add bug link for SkPath conversion 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.cc
diff --git a/components/mus/public/cpp/tests/test_window_tree.cc b/components/mus/public/cpp/tests/test_window_tree.cc
index d73b4c8cf260616b3deb997dabf49c0f305fdf12..d0666884d6fc51c6bb2bce4f4615f8c368c6c492 100644
--- a/components/mus/public/cpp/tests/test_window_tree.cc
+++ b/components/mus/public/cpp/tests/test_window_tree.cc
@@ -55,6 +55,8 @@ void TestWindowTree::SetClientArea(
mojo::InsetsPtr insets,
mojo::Array<mojo::RectPtr> additional_client_areas) {}
+void TestWindowTree::SetHitTestMask(uint32_t window_id, mojo::RectPtr mask) {}
+
void TestWindowTree::SetWindowVisibility(uint32_t change_id,
uint32_t window_id,
bool visible) {

Powered by Google App Engine
This is Rietveld 408576698