Chromium Code Reviews| Index: third_party/WebKit/Source/core/css/parser/CSSSelectorParser.h |
| diff --git a/third_party/WebKit/Source/core/css/parser/CSSSelectorParser.h b/third_party/WebKit/Source/core/css/parser/CSSSelectorParser.h |
| index c340f012c4b5ec67e5026d08957cbe99cb78b574..f995f2aac2b3e3b8f6c81a23059ea53939b74211 100644 |
| --- a/third_party/WebKit/Source/core/css/parser/CSSSelectorParser.h |
| +++ b/third_party/WebKit/Source/core/css/parser/CSSSelectorParser.h |
| @@ -5,10 +5,10 @@ |
| #ifndef CSSSelectorParser_h |
| #define CSSSelectorParser_h |
| +#include <memory> |
| #include "core/CoreExport.h" |
| #include "core/css/parser/CSSParserSelector.h" |
| #include "core/css/parser/CSSParserTokenRange.h" |
| -#include <memory> |
| namespace blink { |
| @@ -66,7 +66,7 @@ class CORE_EXPORT CSSSelectorParser { |
| static std::unique_ptr<CSSParserSelector> AddSimpleSelectorToCompound( |
| std::unique_ptr<CSSParserSelector> compound_selector, |
| std::unique_ptr<CSSParserSelector> simple_selector); |
| - static std::unique_ptr<CSSParserSelector> |
|
kochi
2017/05/09 14:29:38
This change is not necessary for this CL?
(You rem
hayato
2017/05/10 06:57:04
Done. It looks I forgot to revert this header.
|
| + std::unique_ptr<CSSParserSelector> |
| SplitCompoundAtImplicitShadowCrossingCombinator( |
| std::unique_ptr<CSSParserSelector> compound_selector); |
| void RecordUsageAndDeprecations(const CSSSelectorList&); |