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

Unified Diff: third_party/WebKit/Source/core/layout/api/LineLayoutSVGTextPath.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/layout/api/LineLayoutSVGTextPath.h
diff --git a/third_party/WebKit/Source/core/layout/api/LineLayoutSVGTextPath.h b/third_party/WebKit/Source/core/layout/api/LineLayoutSVGTextPath.h
index a9a7076a4c6e9b44f053e52805aa95b25b7da8d7..a7973d8c6003b599abb680bc1fb24c2dcd87997c 100644
--- a/third_party/WebKit/Source/core/layout/api/LineLayoutSVGTextPath.h
+++ b/third_party/WebKit/Source/core/layout/api/LineLayoutSVGTextPath.h
@@ -7,7 +7,6 @@
#include "core/layout/api/LineLayoutSVGInline.h"
#include "core/layout/svg/LayoutSVGTextPath.h"
-#include <memory>
namespace blink {
@@ -28,7 +27,7 @@ public:
LineLayoutSVGTextPath() { }
- std::unique_ptr<PathPositionMapper> layoutPath() const
+ PassOwnPtr<PathPositionMapper> layoutPath() const
{
return toSVGTextPath()->layoutPath();
}

Powered by Google App Engine
This is Rietveld 408576698