| 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 5111607f3b1e844d7cd56b44145841e6f5775e0c..a683bd9e448483673bf7e048cdac3bba7bfe18d5 100644
|
| --- a/content/browser/frame_host/cross_process_frame_connector.h
|
| +++ b/content/browser/frame_host/cross_process_frame_connector.h
|
| @@ -16,7 +16,6 @@
|
| namespace blink {
|
| class WebGestureEvent;
|
| class WebInputEvent;
|
| -struct WebScreenInfo;
|
| }
|
|
|
| namespace cc {
|
| @@ -94,7 +93,6 @@ class CONTENT_EXPORT CrossProcessFrameConnector {
|
|
|
| gfx::Rect ChildFrameRect();
|
| float device_scale_factor() const { return device_scale_factor_; }
|
| - void GetScreenInfo(blink::WebScreenInfo* results);
|
| void UpdateCursor(const WebCursor& cursor);
|
| gfx::Point TransformPointToRootCoordSpace(const gfx::Point& point,
|
| const cc::SurfaceId& surface_id);
|
|
|