| Index: services/gfx/compositor/graph/snapshot.h
|
| diff --git a/services/gfx/compositor/graph/snapshot.h b/services/gfx/compositor/graph/snapshot.h
|
| index 04ac1f563c5cff600589a3c06929de5d62e4b2bd..f6dd08066cffc7a57df76fc95411cf428c8231a4 100644
|
| --- a/services/gfx/compositor/graph/snapshot.h
|
| +++ b/services/gfx/compositor/graph/snapshot.h
|
| @@ -72,7 +72,7 @@ class Snapshot : public base::RefCounted<Snapshot> {
|
|
|
| // Performs a hit test at the specified point, populating the result.
|
| // Only valid if |!is_blocked()|.
|
| - void HitTest(const mojo::Point& point,
|
| + void HitTest(const mojo::PointF& point,
|
| mojo::gfx::composition::HitTestResult* result) const;
|
|
|
| // Returns true if the specified node was blocked from rendering.
|
|
|