diff options
author | kevers@chromium.org <kevers@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-01-31 17:24:42 +0000 |
---|---|---|
committer | kevers@chromium.org <kevers@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-01-31 17:24:42 +0000 |
commit | 7408e92fafcfa8c839c49953a9d3d10f6948098d (patch) | |
tree | ac64446c921220256bbba2824edce38d73889416 /content/port | |
parent | 4623bfce16966ddf87053875b2756002590a3911 (diff) | |
download | chromium_src-7408e92fafcfa8c839c49953a9d3d10f6948098d.zip chromium_src-7408e92fafcfa8c839c49953a9d3d10f6948098d.tar.gz chromium_src-7408e92fafcfa8c839c49953a9d3d10f6948098d.tar.bz2 |
Fix high-DPI on Windows to make use of DIP scaling in WebKit.
BUG=149881
Review URL: https://chromiumcodereview.appspot.com/11953054
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@179899 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/port')
-rw-r--r-- | content/port/browser/render_widget_host_view_port.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/content/port/browser/render_widget_host_view_port.h b/content/port/browser/render_widget_host_view_port.h index 248681e..70d6b7d 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; @@ -254,11 +252,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; |