| Index: third_party/WebKit/Source/core/layout/ImageQualityController.h
|
| diff --git a/third_party/WebKit/Source/core/layout/ImageQualityController.h b/third_party/WebKit/Source/core/layout/ImageQualityController.h
|
| index d6636b7d3f9ae9a5600c2aa8e5d317de5e6865a8..7066d2167ca336d3fc10aed4eff8769bfa0f5d6f 100644
|
| --- a/third_party/WebKit/Source/core/layout/ImageQualityController.h
|
| +++ b/third_party/WebKit/Source/core/layout/ImageQualityController.h
|
| @@ -37,7 +37,6 @@
|
| #include "platform/geometry/LayoutSize.h"
|
| #include "platform/graphics/Image.h"
|
| #include "wtf/HashMap.h"
|
| -#include <memory>
|
|
|
| namespace blink {
|
|
|
| @@ -84,7 +83,7 @@ private:
|
| void setTimer(Timer<ImageQualityController>*);
|
|
|
| ObjectLayerSizeMap m_objectLayerSizeMap;
|
| - std::unique_ptr<Timer<ImageQualityController>> m_timer;
|
| + OwnPtr<Timer<ImageQualityController>> m_timer;
|
| double m_frameTimeWhenTimerStarted;
|
|
|
| // For calling set().
|
|
|