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

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

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/lib/window_tree_client.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 8506b14ffb0f1dd0396338f5170825270a091afc..d1f238dfbb5eb40c0d6d2b92d569e0b53c69303a 100644
--- a/services/ui/public/cpp/tests/test_window_tree.h
+++ b/services/ui/public/cpp/tests/test_window_tree.h
@@ -46,7 +46,8 @@ class TestWindowTree : public mojom::WindowTree {
void SetClientArea(uint32_t window_id,
const gfx::Insets& insets,
mojo::Array<gfx::Rect> additional_client_areas) override;
- void SetHitTestMask(uint32_t window_id, const gfx::Rect& mask) override;
+ void SetHitTestMask(uint32_t window_id,
+ const base::Optional<gfx::Rect>& mask) override;
void SetWindowVisibility(uint32_t change_id,
uint32_t window_id,
bool visible) override;
« no previous file with comments | « services/ui/public/cpp/lib/window_tree_client.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