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

Unified Diff: third_party/WebKit/Source/core/css/parser/CSSSelectorParser.h

Issue 2778983006: Make /deep/ as no-op and remove ::shadow in dynamic profile (Closed)
Patch Set: rebase Created 3 years, 7 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/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&);

Powered by Google App Engine
This is Rietveld 408576698