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

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

Issue 2723663002: Refactor DocumentMarkerController (Closed)
Patch Set: Fix bugs in didUpdateCharacterData 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/TextMatchMarker.h
diff --git a/third_party/WebKit/Source/core/editing/markers/TextMatchMarker.h b/third_party/WebKit/Source/core/editing/markers/TextMatchMarker.h
new file mode 100644
index 0000000000000000000000000000000000000000..a7c439a36aac2613bd3ba401bae593b8cebb8937
--- /dev/null
+++ b/third_party/WebKit/Source/core/editing/markers/TextMatchMarker.h
@@ -0,0 +1,16 @@
+// Copyright 2017 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+#ifndef TextMatchMarker_h
+#define TextMatchMarker_h
+
+#include "core/editing/markers/DocumentMarker.h"
+
+namespace blink {
+
+class TextMatchMarker : public DocumentMarker {};
Xiaocheng 2017/03/18 06:43:14 This class doesn't seem necessary. Could you merg
rlanday 2017/03/20 18:13:30 Probably, let me try that
+
+} // namespace blink
+
+#endif // TextMatchMarker_h

Powered by Google App Engine
This is Rietveld 408576698