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

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

Issue 2430923005: MediaValuesInitialViewport passed to MediaQueryEvaluator as bool. (Closed)
Patch Set: Created 4 years, 2 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/MediaValuesInitialViewport.h
diff --git a/third_party/WebKit/Source/core/css/MediaValuesInitialViewport.h b/third_party/WebKit/Source/core/css/MediaValuesInitialViewport.h
index cffe9d9b4d6121b606cf170f09cddcaefc9c25e8..9cf1d213abb452a56bcbb3831b240ddb9b0ad75f 100644
--- a/third_party/WebKit/Source/core/css/MediaValuesInitialViewport.h
+++ b/third_party/WebKit/Source/core/css/MediaValuesInitialViewport.h
@@ -11,7 +11,7 @@ namespace blink {
class CORE_EXPORT MediaValuesInitialViewport final : public MediaValuesDynamic {
public:
- static MediaValues* create(LocalFrame&);
+ static MediaValuesInitialViewport* create(LocalFrame&);
double viewportWidth() const override;
double viewportHeight() const override;

Powered by Google App Engine
This is Rietveld 408576698