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

Unified Diff: Source/core/css/MediaFeatureNames.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/css/CSSStyleSheet.cpp ('k') | Source/core/css/MediaList.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/css/MediaFeatureNames.h
diff --git a/Source/core/css/MediaFeatureNames.h b/Source/core/css/MediaFeatureNames.h
index 3e3e9fe11c58c9653983b34c0ec6dc107d380865..6d8aece69ac94702c9fa3655c125d086d04c3081 100644
--- a/Source/core/css/MediaFeatureNames.h
+++ b/Source/core/css/MediaFeatureNames.h
@@ -35,13 +35,13 @@ namespace WebCore {
macro(orientation, "orientation") \
macro(aspect_ratio, "aspect-ratio") \
macro(device_aspect_ratio, "device-aspect-ratio") \
- macro(device_pixel_ratio, "-webkit-device-pixel-ratio") \
+ macro(devicePixelRatio, "-webkit-device-pixel-ratio") \
macro(device_height, "device-height") \
macro(device_width, "device-width") \
macro(max_color, "max-color") \
macro(max_aspect_ratio, "max-aspect-ratio") \
macro(max_device_aspect_ratio, "max-device-aspect-ratio") \
- macro(max_device_pixel_ratio, "-webkit-max-device-pixel-ratio") \
+ macro(maxDevicePixelRatio, "-webkit-max-device-pixel-ratio") \
macro(max_device_height, "max-device-height") \
macro(max_device_width, "max-device-width") \
macro(max_height, "max-height") \
@@ -51,7 +51,7 @@ namespace WebCore {
macro(min_color, "min-color") \
macro(min_aspect_ratio, "min-aspect-ratio") \
macro(min_device_aspect_ratio, "min-device-aspect-ratio") \
- macro(min_device_pixel_ratio, "-webkit-min-device-pixel-ratio") \
+ macro(minDevicePixelRatio, "-webkit-min-device-pixel-ratio") \
macro(min_device_height, "min-device-height") \
macro(min_device_width, "min-device-width") \
macro(min_height, "min-height") \
« no previous file with comments | « Source/core/css/CSSStyleSheet.cpp ('k') | Source/core/css/MediaList.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698