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

Unified Diff: third_party/WebKit/Source/core/css/MediaValuesDynamic.h

Issue 2652313004: Implement color-gamut media query (Closed)
Patch Set: fix windows build Created 3 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: third_party/WebKit/Source/core/css/MediaValuesDynamic.h
diff --git a/third_party/WebKit/Source/core/css/MediaValuesDynamic.h b/third_party/WebKit/Source/core/css/MediaValuesDynamic.h
index d5686a2e0c20e2093efe11bc058e0f7b146ed224..88e72a69d997fb1d4fa206474f0a36808979a527 100644
--- a/third_party/WebKit/Source/core/css/MediaValuesDynamic.h
+++ b/third_party/WebKit/Source/core/css/MediaValuesDynamic.h
@@ -39,6 +39,7 @@ class CORE_EXPORT MediaValuesDynamic : public MediaValues {
const String mediaType() const override;
WebDisplayMode displayMode() const override;
DisplayShape displayShape() const override;
+ ColorSpaceGamut colorGamut() const override;
Document* document() const override;
bool hasValues() const override;
void overrideViewportDimensions(double width, double height) override;

Powered by Google App Engine
This is Rietveld 408576698