summaryrefslogtreecommitdiff
path: root/chromium/third_party/blink/renderer/core/editing/markers/active_suggestion_marker.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/blink/renderer/core/editing/markers/active_suggestion_marker.h')
-rw-r--r--chromium/third_party/blink/renderer/core/editing/markers/active_suggestion_marker.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chromium/third_party/blink/renderer/core/editing/markers/active_suggestion_marker.h b/chromium/third_party/blink/renderer/core/editing/markers/active_suggestion_marker.h
index 4c559c26792..1f14b3a7383 100644
--- a/chromium/third_party/blink/renderer/core/editing/markers/active_suggestion_marker.h
+++ b/chromium/third_party/blink/renderer/core/editing/markers/active_suggestion_marker.h
@@ -17,7 +17,7 @@ class CORE_EXPORT ActiveSuggestionMarker final : public StyleableMarker {
ActiveSuggestionMarker(unsigned start_offset,
unsigned end_offset,
Color underline_color,
- ui::mojom::ImeTextSpanThickness,
+ ws::mojom::ImeTextSpanThickness,
Color background_color);
// DocumentMarker implementations