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

Unified Diff: services/gfx/compositor/renderer_impl.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 | « services/gfx/compositor/render/render_frame.cc ('k') | services/gfx/compositor/renderer_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/gfx/compositor/renderer_impl.h
diff --git a/services/gfx/compositor/renderer_impl.h b/services/gfx/compositor/renderer_impl.h
index d122299abf21cf4434de9352346005e9e6dbf698..2571c33e17ee544b66dfaaf34cf39bec8a11a6cc 100644
--- a/services/gfx/compositor/renderer_impl.h
+++ b/services/gfx/compositor/renderer_impl.h
@@ -40,7 +40,7 @@ class RendererImpl : public mojo::gfx::composition::Renderer,
hit_tester_request) override;
// |HitTester|:
- void HitTest(mojo::PointPtr point, const HitTestCallback& callback) override;
+ void HitTest(mojo::PointFPtr point, const HitTestCallback& callback) override;
CompositorEngine* const engine_;
RendererState* const state_;
« no previous file with comments | « services/gfx/compositor/render/render_frame.cc ('k') | services/gfx/compositor/renderer_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698