Index: third_party/WebKit/Source/core/layout/line/InlineFlowBox.h |
diff --git a/third_party/WebKit/Source/core/layout/line/InlineFlowBox.h b/third_party/WebKit/Source/core/layout/line/InlineFlowBox.h |
index 2b550560cf566f473de040907b1d2e93a8e175aa..d1dd6e3ee4e840708deb5f04cb2e3b7278bd8b72 100644 |
--- a/third_party/WebKit/Source/core/layout/line/InlineFlowBox.h |
+++ b/third_party/WebKit/Source/core/layout/line/InlineFlowBox.h |
@@ -25,7 +25,6 @@ |
#include "core/layout/api/SelectionState.h" |
#include "core/layout/line/InlineBox.h" |
#include "core/style/ShadowData.h" |
-#include <memory> |
namespace blink { |
@@ -311,7 +310,7 @@ private: |
void setOverflowFromLogicalRects(const LayoutRect& logicalLayoutOverflow, const LayoutRect& logicalVisualOverflow, LayoutUnit lineTop, LayoutUnit lineBottom); |
protected: |
- std::unique_ptr<SimpleOverflowModel> m_overflow; |
+ OwnPtr<SimpleOverflowModel> m_overflow; |
bool isInlineFlowBox() const final { return true; } |