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

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

Issue 236713005: Use SizesAttributeParser to get the right srcset resource (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@sizes_parser8
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/MediaValuesDynamic.h
diff --git a/Source/core/css/MediaValuesDynamic.h b/Source/core/css/MediaValuesDynamic.h
index e22df3ee74c42c421cb65f7635f808273797eb4f..8ac6365ff42848cbffad7dd295a44cfac6f90e6a 100644
--- a/Source/core/css/MediaValuesDynamic.h
+++ b/Source/core/css/MediaValuesDynamic.h
@@ -33,7 +33,6 @@ public:
virtual bool strictMode() const OVERRIDE;
virtual Document* document() const OVERRIDE;
virtual bool hasValues() const OVERRIDE;
-
protected:
MediaValuesDynamic(PassRefPtr<LocalFrame>);

Powered by Google App Engine
This is Rietveld 408576698