| Index: content/browser/renderer_host/render_widget_host_view_base.h
|
| diff --git a/content/browser/renderer_host/render_widget_host_view_base.h b/content/browser/renderer_host/render_widget_host_view_base.h
|
| index 620b0eed3c5748f46b6c73c56423b4020d8087b5..116ba70d0dfba96ce2873614f26dd9ad38d3354a 100644
|
| --- a/content/browser/renderer_host/render_widget_host_view_base.h
|
| +++ b/content/browser/renderer_host/render_widget_host_view_base.h
|
| @@ -286,11 +286,6 @@ class CONTENT_EXPORT RenderWidgetHostViewBase : public RenderWidgetHostView,
|
| const std::vector<gfx::Rect>& character_bounds);
|
|
|
| //----------------------------------------------------------------------------
|
| - // The following static methods are implemented by each platform.
|
| -
|
| - static void GetDefaultScreenInfo(blink::WebScreenInfo* results);
|
| -
|
| - //----------------------------------------------------------------------------
|
| // The following pure virtual methods are implemented by derived classes.
|
|
|
| // Perform all the initialization steps necessary for this object to represent
|
| @@ -371,8 +366,6 @@ class CONTENT_EXPORT RenderWidgetHostViewBase : public RenderWidgetHostView,
|
| static blink::WebScreenOrientationType GetOrientationTypeForDesktop(
|
| const display::Display& display);
|
|
|
| - virtual void GetScreenInfo(blink::WebScreenInfo* results) = 0;
|
| -
|
| // Gets the bounds of the window, in screen coordinates.
|
| virtual gfx::Rect GetBoundsInRootWindow() = 0;
|
|
|
|
|