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

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

Issue 2080623002: Revert "Remove OwnPtr from Blink." (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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/CSSParser.h
diff --git a/third_party/WebKit/Source/core/css/parser/CSSParser.h b/third_party/WebKit/Source/core/css/parser/CSSParser.h
index 706dd56220e6e95c4395d9f96953cadff8c40faa..341a2d585e0cd6090e6b309497432afe13312e3b 100644
--- a/third_party/WebKit/Source/core/css/parser/CSSParser.h
+++ b/third_party/WebKit/Source/core/css/parser/CSSParser.h
@@ -10,7 +10,6 @@
#include "core/css/CSSValue.h"
#include "core/css/parser/CSSParserMode.h"
#include "platform/graphics/Color.h"
-#include <memory>
namespace blink {
@@ -48,7 +47,7 @@ public:
static ImmutableStylePropertySet* parseInlineStyleDeclaration(const String&, Element*);
- static std::unique_ptr<Vector<double>> parseKeyframeKeyList(const String&);
+ static PassOwnPtr<Vector<double>> parseKeyframeKeyList(const String&);
static StyleRuleKeyframe* parseKeyframeRule(const CSSParserContext&, const String&);
static bool parseSupportsCondition(const String&);

Powered by Google App Engine
This is Rietveld 408576698