| 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 0af9c831f53c24cf17367b9515a7032308db4e97..df3ffbc74e77ba2ab157448ecceb8af33f004d6a 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,
|
| cc::SurfaceId surface_id);
|
|
|