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

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

Issue 2414343002: Implement MediaValues for initial viewport. (Closed)
Patch Set: CORE_EXPORT in inheritance chain for Windows 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/MediaValuesDynamic.h
diff --git a/third_party/WebKit/Source/core/css/MediaValuesDynamic.h b/third_party/WebKit/Source/core/css/MediaValuesDynamic.h
index 7369bc185ee0356221f26691351f42dd545d4e92..af9941593722aa70d607cd8bfece6f59a90791e3 100644
--- a/third_party/WebKit/Source/core/css/MediaValuesDynamic.h
+++ b/third_party/WebKit/Source/core/css/MediaValuesDynamic.h
@@ -11,7 +11,7 @@ namespace blink {
class Document;
-class MediaValuesDynamic final : public MediaValues {
+class CORE_EXPORT MediaValuesDynamic : public MediaValues {
public:
static MediaValues* create(Document&);
static MediaValues* create(LocalFrame*);
« no previous file with comments | « third_party/WebKit/Source/core/css/BUILD.gn ('k') | third_party/WebKit/Source/core/css/MediaValuesInitialViewport.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698