| Index: content/browser/frame_host/cross_process_frame_connector.cc
|
| diff --git a/content/browser/frame_host/cross_process_frame_connector.cc b/content/browser/frame_host/cross_process_frame_connector.cc
|
| index 231bdabf88337bb69b37d557431b69f96fd343d5..a320bd513dc5efb924d914a9e74831d2b53ade7d 100644
|
| --- a/content/browser/frame_host/cross_process_frame_connector.cc
|
| +++ b/content/browser/frame_host/cross_process_frame_connector.cc
|
| @@ -123,13 +123,6 @@ gfx::Rect CrossProcessFrameConnector::ChildFrameRect() {
|
| return child_frame_rect_;
|
| }
|
|
|
| -void CrossProcessFrameConnector::GetScreenInfo(blink::WebScreenInfo* results) {
|
| - auto* parent_view = GetParentRenderWidgetHostView();
|
| - if (parent_view) {
|
| - parent_view->GetScreenInfo(results);
|
| - }
|
| -}
|
| -
|
| void CrossProcessFrameConnector::UpdateCursor(const WebCursor& cursor) {
|
| RenderWidgetHostViewBase* root_view = GetRootRenderWidgetHostView();
|
| if (root_view)
|
|
|