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

Unified Diff: Source/core/css/MediaValues.h

Issue 224733011: A sizes attribute parser (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase Created 6 years, 8 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/MediaValues.h
diff --git a/Source/core/css/MediaValues.h b/Source/core/css/MediaValues.h
index d399a76c6f548b3724de4ee10d609cbc3d8b255a..4fb3dc0da66bcb0cf20498ac67b8a5e4fda2b874 100644
--- a/Source/core/css/MediaValues.h
+++ b/Source/core/css/MediaValues.h
@@ -27,7 +27,7 @@ public:
UnknownPointer };
- static PassRefPtr<MediaValues> create(Document*, MediaValuesMode);
+ static PassRefPtr<MediaValues> create(const Document&, MediaValuesMode);
static PassRefPtr<MediaValues> create(LocalFrame*, RenderStyle*, MediaValuesMode);
static PassRefPtr<MediaValues> create(MediaValuesMode,
int viewportWidth,

Powered by Google App Engine
This is Rietveld 408576698