| Index: content/port/browser/render_widget_host_view_port.h
|
| diff --git a/content/port/browser/render_widget_host_view_port.h b/content/port/browser/render_widget_host_view_port.h
|
| index ad1dfcd397cf998233868f592105edc0985feec0..e37c2667009d55b441cce97997414cf7c03f7a3f 100644
|
| --- a/content/port/browser/render_widget_host_view_port.h
|
| +++ b/content/port/browser/render_widget_host_view_port.h
|
| @@ -255,7 +255,6 @@ class CONTENT_EXPORT RenderWidgetHostViewPort : public RenderWidgetHostView {
|
| #if defined(OS_POSIX) || defined(USE_AURA)
|
| static void GetDefaultScreenInfo(
|
| WebKit::WebScreenInfo* results);
|
| - virtual void GetScreenInfo(WebKit::WebScreenInfo* results) = 0;
|
| #endif
|
|
|
| // Gets the bounds of the window, in screen coordinates.
|
|
|