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

Unified Diff: Source/core/page/Screen.h

Issue 14408004: Fix incorrect evaluation of resolution media queries (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 7 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
« no previous file with comments | « Source/core/features.gypi ('k') | Source/core/page/Screen.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/page/Screen.h
diff --git a/Source/core/page/Screen.h b/Source/core/page/Screen.h
index b09572e417348f73f8fbe4a232438a356d54f246..8537a378594e621559f556ff120f0b949aa61ca3 100644
--- a/Source/core/page/Screen.h
+++ b/Source/core/page/Screen.h
@@ -43,8 +43,6 @@ namespace WebCore {
public:
static PassRefPtr<Screen> create(Frame *frame) { return adoptRef(new Screen(frame)); }
- unsigned horizontalDPI() const;
- unsigned verticalDPI() const;
unsigned height() const;
unsigned width() const;
unsigned colorDepth() const;
« no previous file with comments | « Source/core/features.gypi ('k') | Source/core/page/Screen.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698