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

Unified Diff: mojo/ui/associates/mock_hit_tester.cc

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/mock_hit_tester.h ('k') | mojo/ui/associates/test_helpers.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/ui/associates/mock_hit_tester.cc
diff --git a/mojo/ui/associates/mock_hit_tester.cc b/mojo/ui/associates/mock_hit_tester.cc
index a16dc4bac889a764ee6e90a026ade751972ebf8b..7d8b20b242ef8472cea862ba3df78ddb0203546f 100644
--- a/mojo/ui/associates/mock_hit_tester.cc
+++ b/mojo/ui/associates/mock_hit_tester.cc
@@ -14,7 +14,7 @@ MockHitTester::MockHitTester() {}
MockHitTester::~MockHitTester() {}
void MockHitTester::SetNextResult(
- mojo::PointPtr point,
+ mojo::PointFPtr point,
mojo::gfx::composition::HitTestResultPtr result) {
DCHECK(point);
DCHECK(result);
@@ -23,7 +23,7 @@ void MockHitTester::SetNextResult(
result_ = result.Pass();
}
-void MockHitTester::HitTest(mojo::PointPtr point,
+void MockHitTester::HitTest(mojo::PointFPtr point,
const HitTestCallback& callback) {
DCHECK(point);
« no previous file with comments | « mojo/ui/associates/mock_hit_tester.h ('k') | mojo/ui/associates/test_helpers.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698