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

Unified Diff: Source/core/css/CSSParser.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
Index: Source/core/css/CSSParser.h
diff --git a/Source/core/css/CSSParser.h b/Source/core/css/CSSParser.h
index bed9b66fe8f95aced9bc4a68bb23b5a6b2472bfb..a34fbbcb974505e03542112a911806aaaf5e2196 100644
--- a/Source/core/css/CSSParser.h
+++ b/Source/core/css/CSSParser.h
@@ -586,9 +586,7 @@ private:
FFrequency = 0x0040,
FPositiveInteger = 0x0080,
FRelative = 0x0100,
-#if ENABLE(RESOLUTION_MEDIA_QUERY)
FResolution = 0x0200,
-#endif
FNonNeg = 0x0400
};

Powered by Google App Engine
This is Rietveld 408576698