| Index: content/browser/frame_host/cross_process_frame_connector.h
|
| diff --git a/content/browser/frame_host/cross_process_frame_connector.h b/content/browser/frame_host/cross_process_frame_connector.h
|
| index 6f31ec606fae0521e4327af186f1aa5f4d36fe57..6ad56a2188f2a087cc13699821c7da65dcdefc1b 100644
|
| --- a/content/browser/frame_host/cross_process_frame_connector.h
|
| +++ b/content/browser/frame_host/cross_process_frame_connector.h
|
| @@ -101,9 +101,8 @@ class CONTENT_EXPORT CrossProcessFrameConnector {
|
| float device_scale_factor() const { return device_scale_factor_; }
|
| void GetScreenInfo(blink::WebScreenInfo* results);
|
| void UpdateCursor(const WebCursor& cursor);
|
| - void TransformPointToRootCoordSpace(const gfx::Point& point,
|
| - cc::SurfaceId surface_id,
|
| - gfx::Point* transformed_point);
|
| + gfx::Point TransformPointToRootCoordSpace(const gfx::Point& point,
|
| + cc::SurfaceId surface_id);
|
|
|
| // Determines whether the root RenderWidgetHostView (and thus the current
|
| // page) has focus.
|
|
|