summaryrefslogtreecommitdiff
path: root/chromium/third_party/blink/renderer/core/editing/markers/active_suggestion_marker.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/blink/renderer/core/editing/markers/active_suggestion_marker.cc')
-rw-r--r--chromium/third_party/blink/renderer/core/editing/markers/active_suggestion_marker.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chromium/third_party/blink/renderer/core/editing/markers/active_suggestion_marker.cc b/chromium/third_party/blink/renderer/core/editing/markers/active_suggestion_marker.cc
index 926d2c85509..0c410be12ec 100644
--- a/chromium/third_party/blink/renderer/core/editing/markers/active_suggestion_marker.cc
+++ b/chromium/third_party/blink/renderer/core/editing/markers/active_suggestion_marker.cc
@@ -10,7 +10,7 @@ ActiveSuggestionMarker::ActiveSuggestionMarker(
unsigned start_offset,
unsigned end_offset,
Color underline_color,
- ui::mojom::ImeTextSpanThickness thickness,
+ ws::mojom::ImeTextSpanThickness thickness,
Color background_color)
: StyleableMarker(start_offset,
end_offset,