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

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

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/node_def.cc ('k') | services/gfx/compositor/graph/scene_content.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/gfx/compositor/graph/scene_content.h
diff --git a/services/gfx/compositor/graph/scene_content.h b/services/gfx/compositor/graph/scene_content.h
index 60777633a9ae3544c82b784de2b0bc9f910530c7..c0967ffd2ee4b43aa67c68b39eef51c5fc00afd0 100644
--- a/services/gfx/compositor/graph/scene_content.h
+++ b/services/gfx/compositor/graph/scene_content.h
@@ -19,7 +19,7 @@
class SkCanvas;
struct SkPoint;
-class SkMatrix;
+class SkMatrix44;
namespace compositor {
@@ -65,7 +65,7 @@ class SceneContent : public base::RefCounted<SceneContent> {
// Returns true if the search was terminated by an opaque hit.
bool 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;
// Gets the requested resource, never null because it must be present.
« no previous file with comments | « services/gfx/compositor/graph/node_def.cc ('k') | services/gfx/compositor/graph/scene_content.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698