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

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

Issue 2179273002: Mojo C++ bindings: support mapping T and T? differently. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . 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
« no previous file with comments | « services/ui/public/cpp/tests/test_window_tree.h ('k') | services/ui/ws/scheduled_animation_group.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.cc
diff --git a/services/ui/public/cpp/tests/test_window_tree.cc b/services/ui/public/cpp/tests/test_window_tree.cc
index edf803e930529bbf7752e162ecac1455b95398ca..14ca4ed22154a3ad63f3e02cb3716dd369ab6e66 100644
--- a/services/ui/public/cpp/tests/test_window_tree.cc
+++ b/services/ui/public/cpp/tests/test_window_tree.cc
@@ -55,8 +55,8 @@ void TestWindowTree::SetClientArea(
const gfx::Insets& insets,
mojo::Array<gfx::Rect> additional_client_areas) {}
-void TestWindowTree::SetHitTestMask(uint32_t window_id, const gfx::Rect& mask) {
-}
+void TestWindowTree::SetHitTestMask(uint32_t window_id,
+ const base::Optional<gfx::Rect>& mask) {}
void TestWindowTree::SetWindowVisibility(uint32_t change_id,
uint32_t window_id,
« no previous file with comments | « services/ui/public/cpp/tests/test_window_tree.h ('k') | services/ui/ws/scheduled_animation_group.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698