| Index: content/browser/compositor/delegated_frame_host.h
|
| diff --git a/content/browser/compositor/delegated_frame_host.h b/content/browser/compositor/delegated_frame_host.h
|
| index 51a89fb7e67ebcb34ab8c2e336403f64b1fb0dea..d1237afa01148081227773243c8e214e9fefa748 100644
|
| --- a/content/browser/compositor/delegated_frame_host.h
|
| +++ b/content/browser/compositor/delegated_frame_host.h
|
| @@ -159,8 +159,7 @@
|
| uint32_t GetSurfaceIdNamespace();
|
| // Returns a null SurfaceId if this DelegatedFrameHost has not yet created
|
| // a compositor Surface.
|
| - cc::SurfaceId SurfaceIdAtPoint(cc::SurfaceHittestDelegate* delegate,
|
| - const gfx::Point& point,
|
| + cc::SurfaceId SurfaceIdAtPoint(const gfx::Point& point,
|
| gfx::Point* transformed_point);
|
|
|
| // Given the SurfaceID of a Surface that is contained within this class'
|
|
|