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

Unified Diff: services/gfx/compositor/graph/scene_content.cc

Issue 1781993002: Mozart: Compute hits using 4x4 matrix. (Closed) Base URL: git@github.com:domokit/mojo.git@moz-10
Patch Set: 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/graph/scene_content.h ('k') | services/gfx/compositor/graph/scene_def.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/gfx/compositor/graph/scene_content.cc
diff --git a/services/gfx/compositor/graph/scene_content.cc b/services/gfx/compositor/graph/scene_content.cc
index 77c3a8cc770c1e1e3cab822161d53be199060389..47e13235d8b3c1668c4a8c46a034f4d3a81d05e0 100644
--- a/services/gfx/compositor/graph/scene_content.cc
+++ b/services/gfx/compositor/graph/scene_content.cc
@@ -32,7 +32,7 @@ void SceneContent::RecordPicture(const Snapshot* snapshot,
bool SceneContent::HitTest(
const Snapshot* snapshot,
const SkPoint& scene_point,
- const SkMatrix& global_to_scene_transform,
+ const SkMatrix44& global_to_scene_transform,
mojo::gfx::composition::SceneHitPtr* out_scene_hit) const {
DCHECK(snapshot);
DCHECK(out_scene_hit);
« no previous file with comments | « services/gfx/compositor/graph/scene_content.h ('k') | services/gfx/compositor/graph/scene_def.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698