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

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

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.cpp
diff --git a/third_party/WebKit/Source/core/css/MediaValuesInitialViewport.cpp b/third_party/WebKit/Source/core/css/MediaValuesInitialViewport.cpp
index 8ed02280cdb46f52ffe8f4cdb89aaab0578e15b6..3225a33fe828cebc464de6ad78d596b31bf2c7a4 100644
--- a/third_party/WebKit/Source/core/css/MediaValuesInitialViewport.cpp
+++ b/third_party/WebKit/Source/core/css/MediaValuesInitialViewport.cpp
@@ -11,7 +11,8 @@
namespace blink {
-MediaValues* MediaValuesInitialViewport::create(LocalFrame& frame) {
+MediaValuesInitialViewport* MediaValuesInitialViewport::create(
+ LocalFrame& frame) {
return new MediaValuesInitialViewport(frame);
}
« no previous file with comments | « third_party/WebKit/Source/core/css/MediaValuesInitialViewport.h ('k') | third_party/WebKit/Source/web/tests/WebFrameTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698