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

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

Issue 563923003: Oilpan: fix build after r181825. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 3 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/parser/CSSParser.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/css/parser/CSSParser.h
diff --git a/Source/core/css/parser/CSSParser.h b/Source/core/css/parser/CSSParser.h
index 13c52f47e2201115955ac2425ca322162e602b36..d00cd405ad0cbdf7333b4de932e07391b95bb296 100644
--- a/Source/core/css/parser/CSSParser.h
+++ b/Source/core/css/parser/CSSParser.h
@@ -33,8 +33,8 @@ public:
static bool parseSupportsCondition(const String&);
- static PassRefPtr<CSSValueList> parseFontFaceValue(const AtomicString&);
- static PassRefPtr<CSSValue> parseAnimationTimingFunctionValue(const String&);
+ static PassRefPtrWillBeRawPtr<CSSValueList> parseFontFaceValue(const AtomicString&);
+ static PassRefPtrWillBeRawPtr<CSSValue> parseAnimationTimingFunctionValue(const String&);
static bool parseColor(RGBA32& color, const String&, bool strict = false);
static bool parseSystemColor(RGBA32& color, const String&);
@@ -49,4 +49,3 @@ CSSPropertyID cssPropertyID(const String&);
} // namespace blink
#endif // CSSParser_h
-
« no previous file with comments | « no previous file | Source/core/css/parser/CSSParser.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698