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

Unified Diff: third_party/WebKit/Source/core/paint/FilterPainter.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/paint/FilterPainter.h
diff --git a/third_party/WebKit/Source/core/paint/FilterPainter.h b/third_party/WebKit/Source/core/paint/FilterPainter.h
index 966827a8c6e677f6befb973ad75ac0c8e5492bc7..c178b7027000eb7915a79288d598ea9e1804d4ec 100644
--- a/third_party/WebKit/Source/core/paint/FilterPainter.h
+++ b/third_party/WebKit/Source/core/paint/FilterPainter.h
@@ -7,7 +7,7 @@
#include "core/paint/PaintLayerPaintingInfo.h"
#include "wtf/Allocator.h"
-#include <memory>
+#include "wtf/OwnPtr.h"
namespace blink {
@@ -25,7 +25,7 @@ public:
private:
bool m_filterInProgress;
GraphicsContext& m_context;
- std::unique_ptr<LayerClipRecorder> m_clipRecorder;
+ OwnPtr<LayerClipRecorder> m_clipRecorder;
LayoutObject* m_layoutObject;
};

Powered by Google App Engine
This is Rietveld 408576698