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

Unified Diff: sky/engine/core/css/parser/CSSTokenizer.h

Issue 807703003: Remove @media rules. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years 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 | « sky/engine/core/css/parser/CSSGrammar.y ('k') | sky/engine/core/css/parser/CSSTokenizer-in.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/css/parser/CSSTokenizer.h
diff --git a/sky/engine/core/css/parser/CSSTokenizer.h b/sky/engine/core/css/parser/CSSTokenizer.h
index 74c8dc01acca2b6c769c9e67039e2258d96aeb3a..c83fb667573c8b4ae6f7d536940b33f3d68283d0 100644
--- a/sky/engine/core/css/parser/CSSTokenizer.h
+++ b/sky/engine/core/css/parser/CSSTokenizer.h
@@ -124,8 +124,6 @@ private:
template <typename CharacterType>
inline bool detectFunctionTypeToken(int);
template <typename CharacterType>
- inline void detectMediaQueryToken(int);
- template <typename CharacterType>
inline void detectNumberToken(CharacterType*, int);
template <typename CharacterType>
inline void detectDashToken(int);
@@ -144,7 +142,6 @@ private:
enum ParsingMode {
NormalMode,
- MediaQueryMode,
SupportsMode,
};
« no previous file with comments | « sky/engine/core/css/parser/CSSGrammar.y ('k') | sky/engine/core/css/parser/CSSTokenizer-in.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698