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

Unified Diff: services/gfx/compositor/compositor_engine.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/backend/gpu_rasterizer.cc ('k') | services/gfx/compositor/compositor_engine.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/gfx/compositor/compositor_engine.h
diff --git a/services/gfx/compositor/compositor_engine.h b/services/gfx/compositor/compositor_engine.h
index 02851c7a418da41c5ba1d8a07cb49e48e5ae9721..35edcdb37bd4409cfa8096f4a22fda90e3e21cd3 100644
--- a/services/gfx/compositor/compositor_engine.h
+++ b/services/gfx/compositor/compositor_engine.h
@@ -74,7 +74,7 @@ class CompositorEngine {
// Performs a hit test.
void HitTest(
RendererState* renderer_state,
- mojo::PointPtr point,
+ mojo::PointFPtr point,
const mojo::gfx::composition::HitTester::HitTestCallback& callback);
private:
« no previous file with comments | « services/gfx/compositor/backend/gpu_rasterizer.cc ('k') | services/gfx/compositor/compositor_engine.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698