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

Unified Diff: third_party/WebKit/Source/core/testing/Internals.h

Issue 2925543003: [ActiveSuggestionMarker #3] Add painting for ActiveSuggestionMarker (Closed)
Patch Set: marker_with_formatting => styleable_marker Created 3 years, 6 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/testing/Internals.h
diff --git a/third_party/WebKit/Source/core/testing/Internals.h b/third_party/WebKit/Source/core/testing/Internals.h
index 2e98fa2e24220ad6b660733937ddcf0fd9601665..91772ee8f5d92bd4958bf898ab1d881a4bf4c08b 100644
--- a/third_party/WebKit/Source/core/testing/Internals.h
+++ b/third_party/WebKit/Source/core/testing/Internals.h
@@ -193,6 +193,11 @@ class Internals final : public GarbageCollected<Internals>,
const String& thickness_value,
const String& background_color_value,
ExceptionState&);
+ void addActiveSuggestionMarker(const Range*,
+ const String& underline_color_value,
+ const String& thickness_value,
+ const String& background_color_value,
+ ExceptionState&);
void setTextMatchMarkersActive(Node*,
unsigned start_offset,
unsigned end_offset,
« no previous file with comments | « third_party/WebKit/Source/core/paint/InlineTextBoxPainter.cpp ('k') | third_party/WebKit/Source/core/testing/Internals.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698