Chromium Code Reviews

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

Issue 778003003: List marker pseudo elements. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « Source/core/css/CSSSelector.cpp ('k') | Source/core/css/CSSTestHelper.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/css/CSSTestHelper.h
diff --git a/Source/core/css/CSSTestHelper.h b/Source/core/css/CSSTestHelper.h
index 37c08b099dbceee6c58a6b12c3af2a6e07b6a7c8..486493431df24bb561586d5e3ff5f11fe04181b5 100644
--- a/Source/core/css/CSSTestHelper.h
+++ b/Source/core/css/CSSTestHelper.h
@@ -51,6 +51,8 @@ public:
~CSSTestHelper();
void addCSSRules(const char* ruleText);
+ void tryAddCSSRules(const char* ruleText);
+
RuleSet& ruleSet();
private:
« no previous file with comments | « Source/core/css/CSSSelector.cpp ('k') | Source/core/css/CSSTestHelper.cpp » ('j') | no next file with comments »

Powered by Google App Engine