Index: third_party/WebKit/Source/modules/compositorworker/CompositorWorkerMessagingProxy.h |
diff --git a/third_party/WebKit/Source/modules/compositorworker/CompositorWorkerMessagingProxy.h b/third_party/WebKit/Source/modules/compositorworker/CompositorWorkerMessagingProxy.h |
index 8f0752d44612077c3befaffdeca09396facab092..07d2aefff51b77b02a64704f492b1bc8282eccf6 100644 |
--- a/third_party/WebKit/Source/modules/compositorworker/CompositorWorkerMessagingProxy.h |
+++ b/third_party/WebKit/Source/modules/compositorworker/CompositorWorkerMessagingProxy.h |
@@ -7,7 +7,6 @@ |
#include "core/workers/InProcessWorkerMessagingProxy.h" |
#include "wtf/Allocator.h" |
-#include <memory> |
namespace blink { |
@@ -19,7 +18,7 @@ public: |
protected: |
~CompositorWorkerMessagingProxy() override; |
- std::unique_ptr<WorkerThread> createWorkerThread(double originTime) override; |
+ PassOwnPtr<WorkerThread> createWorkerThread(double originTime) override; |
}; |
} // namespace blink |