| Index: third_party/WebKit/Source/core/editing/markers/CompositionMarkerListImplTest.cpp
|
| diff --git a/third_party/WebKit/Source/core/editing/markers/CompositionMarkerListImplTest.cpp b/third_party/WebKit/Source/core/editing/markers/CompositionMarkerListImplTest.cpp
|
| index 5a6e3239cdbe2a1be429de73616e96af91c04af9..8f143337a4fca735c6c00b871bc15034ad8e6b62 100644
|
| --- a/third_party/WebKit/Source/core/editing/markers/CompositionMarkerListImplTest.cpp
|
| +++ b/third_party/WebKit/Source/core/editing/markers/CompositionMarkerListImplTest.cpp
|
| @@ -15,7 +15,8 @@ class CompositionMarkerListImplTest : public EditingTestBase {
|
| : marker_list_(new CompositionMarkerListImpl()) {}
|
|
|
| DocumentMarker* CreateMarker(unsigned start_offset, unsigned end_offset) {
|
| - return new CompositionMarker(start_offset, end_offset, Color::kBlack, false,
|
| + return new CompositionMarker(start_offset, end_offset, Color::kBlack,
|
| + CompositionMarker::Thickness::kThin,
|
| Color::kBlack);
|
| }
|
|
|
|
|