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

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, 8 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: Source/core/page/Screen.h
diff --git a/Source/core/page/Screen.h b/Source/core/page/Screen.h
index 5abcc1d69228bc46f18c33c9962d67710e8474f9..c78850c1ef0381ed17a5516fb9204be9a9adcb77 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;

Powered by Google App Engine
This is Rietveld 408576698