| Index: third_party/WebKit/Source/core/dom/CompositorProxiedPropertySet.h
|
| diff --git a/third_party/WebKit/Source/core/dom/CompositorProxiedPropertySet.h b/third_party/WebKit/Source/core/dom/CompositorProxiedPropertySet.h
|
| index 73fd68e207723fd2d1b31d0a7d1a9efdd9dd0ff6..874b6ea883344f8f9eec27f476715129615f830d 100644
|
| --- a/third_party/WebKit/Source/core/dom/CompositorProxiedPropertySet.h
|
| +++ b/third_party/WebKit/Source/core/dom/CompositorProxiedPropertySet.h
|
| @@ -9,7 +9,6 @@
|
| #include "wtf/Allocator.h"
|
| #include "wtf/Forward.h"
|
| #include "wtf/Noncopyable.h"
|
| -#include <memory>
|
|
|
| namespace blink {
|
|
|
| @@ -18,7 +17,7 @@ class CompositorProxiedPropertySet final {
|
| WTF_MAKE_NONCOPYABLE(CompositorProxiedPropertySet);
|
| USING_FAST_MALLOC(CompositorProxiedPropertySet);
|
| public:
|
| - static std::unique_ptr<CompositorProxiedPropertySet> create();
|
| + static PassOwnPtr<CompositorProxiedPropertySet> create();
|
| virtual ~CompositorProxiedPropertySet();
|
|
|
| bool isEmpty() const;
|
|
|