Index: third_party/WebKit/Source/core/editing/markers/CompositionMarkerList.h |
diff --git a/third_party/WebKit/Source/core/editing/markers/CompositionMarkerList.h b/third_party/WebKit/Source/core/editing/markers/CompositionMarkerList.h |
index 3212bc0946801ed9bf8e1e784d0bc37f9546506e..d1354d6462218df7c93dfbf6d17df0af0124dbd7 100644 |
--- a/third_party/WebKit/Source/core/editing/markers/CompositionMarkerList.h |
+++ b/third_party/WebKit/Source/core/editing/markers/CompositionMarkerList.h |
@@ -5,6 +5,7 @@ |
#ifndef CompositionMarkerList_h |
#define CompositionMarkerList_h |
+#include "core/editing/markers/CompositionMarker.h" |
#include "core/editing/markers/EditingMarkerList.h" |
namespace blink { |
@@ -15,6 +16,8 @@ class CORE_EXPORT CompositionMarkerList final : public EditingMarkerList { |
DocumentMarker::MarkerType allowedMarkerType() const final; |
+ CompositionMarker* at(size_t index) final; |
+ |
DISALLOW_COPY_AND_ASSIGN(CompositionMarkerList); |
}; |