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

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

Issue 18328028: Enable MQ evaluation off the main thread (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@threaded_mqe_rebase
Patch Set: Created 7 years, 5 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
« no previous file with comments | « no previous file | Source/core/css/CSSParser-in.cpp » ('j') | Source/core/css/MediaQueryExp.cpp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/css/CSSParser.h
diff --git a/Source/core/css/CSSParser.h b/Source/core/css/CSSParser.h
index d1ecd6bff4c3256eebcab353eed3db585aaea98a..387e06ebcd811fffbe64d4647afb8023e87cbc2c 100644
--- a/Source/core/css/CSSParser.h
+++ b/Source/core/css/CSSParser.h
@@ -321,7 +321,7 @@ public:
void startDeclarationsForMarginBox();
void endDeclarationsForMarginBox();
- MediaQueryExp* createFloatingMediaQueryExp(const AtomicString&, CSSParserValueList*);
+ MediaQueryExp* createFloatingMediaQueryExp(const String&, CSSParserValueList*);
PassOwnPtr<MediaQueryExp> sinkFloatingMediaQueryExp(MediaQueryExp*);
Vector<OwnPtr<MediaQueryExp> >* createFloatingMediaQueryExpList();
PassOwnPtr<Vector<OwnPtr<MediaQueryExp> > > sinkFloatingMediaQueryExpList(Vector<OwnPtr<MediaQueryExp> >*);
« no previous file with comments | « no previous file | Source/core/css/CSSParser-in.cpp » ('j') | Source/core/css/MediaQueryExp.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698