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

Unified Diff: services/gfx/compositor/compositor_engine.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 | « services/gfx/compositor/compositor_engine.h ('k') | services/gfx/compositor/graph/node_def.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/gfx/compositor/compositor_engine.cc
diff --git a/services/gfx/compositor/compositor_engine.cc b/services/gfx/compositor/compositor_engine.cc
index 1b8800c86ec344503d300eee20a159c27b2f6b89..4c62853c711a97ceac1b690cd3a28ae9e1ee5abc 100644
--- a/services/gfx/compositor/compositor_engine.cc
+++ b/services/gfx/compositor/compositor_engine.cc
@@ -270,7 +270,7 @@ void CompositorEngine::ClearRootScene(RendererState* renderer_state) {
void CompositorEngine::HitTest(
RendererState* renderer_state,
- mojo::PointPtr point,
+ mojo::PointFPtr point,
const mojo::gfx::composition::HitTester::HitTestCallback& callback) {
DCHECK(IsRendererStateRegisteredDebug(renderer_state));
DCHECK(point);
« no previous file with comments | « services/gfx/compositor/compositor_engine.h ('k') | services/gfx/compositor/graph/node_def.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698