| 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..b03cfc9aa77e736c8f3dae3674d25b6356321697 100644
|
| --- a/content/port/browser/render_widget_host_view_port.h
|
| +++ b/content/port/browser/render_widget_host_view_port.h
|
| @@ -30,11 +30,9 @@ struct WebPluginGeometry;
|
| }
|
| }
|
|
|
| -#if defined(OS_POSIX) || defined(USE_AURA)
|
| namespace WebKit {
|
| struct WebScreenInfo;
|
| }
|
| -#endif
|
|
|
| namespace skia {
|
| class PlatformBitmap;
|
| @@ -252,11 +250,9 @@ class CONTENT_EXPORT RenderWidgetHostViewPort : public RenderWidgetHostView {
|
| virtual void WillWmDestroy() = 0;
|
| #endif
|
|
|
| -#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.
|
| virtual gfx::Rect GetBoundsInRootWindow() = 0;
|
|
|