Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(223)

Unified Diff: content/browser/renderer_host/render_widget_host_view_guest.h

Issue 11953054: Fix high-DPI on Windows to make use of DIP scaling in WebKit. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Remove redundant comments. Created 7 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: content/browser/renderer_host/render_widget_host_view_guest.h
diff --git a/content/browser/renderer_host/render_widget_host_view_guest.h b/content/browser/renderer_host/render_widget_host_view_guest.h
index a58c0e77e96a25866523fe0f2e8ab09d3b4b33e0..f705b78f88236d13434a11fbe62fac5f511cecbf 100644
--- a/content/browser/renderer_host/render_widget_host_view_guest.h
+++ b/content/browser/renderer_host/render_widget_host_view_guest.h
@@ -176,9 +176,7 @@ class CONTENT_EXPORT RenderWidgetHostViewGuest
virtual void WillWmDestroy() OVERRIDE;
#endif // defined(OS_WIN) && !defined(USE_AURA)
-#if defined(OS_POSIX) || defined(USE_AURA)
virtual void GetScreenInfo(WebKit::WebScreenInfo* results) OVERRIDE;
-#endif // defined(OS_POSIX) || defined(USE_AURA)
protected:
friend class RenderWidgetHostView;

Powered by Google App Engine
This is Rietveld 408576698