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

Unified Diff: mojo/ui/associates/view_tree_hit_tester_client.h

Issue 1782733002: Mozart: The great RectF-ication. (Closed) Base URL: git@github.com:domokit/mojo.git@moz-9
Patch Set: rebase Created 4 years, 9 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 | « mojo/ui/associates/test_helpers.h ('k') | mojo/ui/associates/view_tree_hit_tester_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/ui/associates/view_tree_hit_tester_client.h
diff --git a/mojo/ui/associates/view_tree_hit_tester_client.h b/mojo/ui/associates/view_tree_hit_tester_client.h
index 90305705bae9d1911a044a9799de5fa9ef304e35..0fcc8d37a5aa71fabc3f8bf624fae5af34278032 100644
--- a/mojo/ui/associates/view_tree_hit_tester_client.h
+++ b/mojo/ui/associates/view_tree_hit_tester_client.h
@@ -29,7 +29,7 @@ class ViewTreeHitTesterClient
// Performs a hit test for the specified point then invokes the callback.
// Note: May invoke the callback immediately if no remote calls were required.
- void HitTest(mojo::PointPtr point, const ResolvedHitsCallback& callback);
+ void HitTest(mojo::PointFPtr point, const ResolvedHitsCallback& callback);
// Sets a callback to invoke when the hit tester changes.
void set_hit_tester_changed_callback(const base::Closure& callback) {
« no previous file with comments | « mojo/ui/associates/test_helpers.h ('k') | mojo/ui/associates/view_tree_hit_tester_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698