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

Unified Diff: third_party/WebKit/Source/platform/animation/CompositorAnimation.h

Issue 2050123002: Remove OwnPtr from Blink. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address comments from Kent; merge. 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/platform/animation/CompositorAnimation.h
diff --git a/third_party/WebKit/Source/platform/animation/CompositorAnimation.h b/third_party/WebKit/Source/platform/animation/CompositorAnimation.h
index 65e1d23a065ecebf546d93cf5b3f47176e3ddd5f..e0ba2d119789da6fe2c6659032bcd6b83cc6899d 100644
--- a/third_party/WebKit/Source/platform/animation/CompositorAnimation.h
+++ b/third_party/WebKit/Source/platform/animation/CompositorAnimation.h
@@ -9,8 +9,6 @@
#include "platform/PlatformExport.h"
#include "platform/animation/CompositorTargetProperty.h"
#include "wtf/Noncopyable.h"
-#include "wtf/PassOwnPtr.h"
-
#include <memory>
namespace cc {
@@ -64,7 +62,7 @@ public:
std::unique_ptr<cc::Animation> passAnimation();
- PassOwnPtr<CompositorFloatAnimationCurve> floatCurveForTesting() const;
+ std::unique_ptr<CompositorFloatAnimationCurve> floatCurveForTesting() const;
private:
std::unique_ptr<cc::Animation> m_animation;

Powered by Google App Engine
This is Rietveld 408576698