Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(307)

Unified Diff: third_party/WebKit/Source/core/editing/markers/CompositionMarkerList.h

Issue 2780313002: [WIP] Refactor DocumentMarker (Closed)
Patch Set: Move CompositionMarkerList::at() into this CL Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);
};

Powered by Google App Engine
This is Rietveld 408576698