| Index: third_party/WebKit/Source/core/paint/SVGRootInlineBoxPainter.cpp
|
| diff --git a/third_party/WebKit/Source/core/paint/SVGRootInlineBoxPainter.cpp b/third_party/WebKit/Source/core/paint/SVGRootInlineBoxPainter.cpp
|
| index 3128bfbe18295ef8e58aea27a3a8bacd4f8c5136..0c9442d9bf0a12a0bb1e2f5ce740afc037ba5637 100644
|
| --- a/third_party/WebKit/Source/core/paint/SVGRootInlineBoxPainter.cpp
|
| +++ b/third_party/WebKit/Source/core/paint/SVGRootInlineBoxPainter.cpp
|
| @@ -24,7 +24,7 @@ void SVGRootInlineBoxPainter::Paint(const PaintInfo& paint_info,
|
|
|
| bool has_selection =
|
| !paint_info.IsPrinting() &&
|
| - svg_root_inline_box_.GetSelectionState() != SelectionNone;
|
| + svg_root_inline_box_.GetSelectionState() != SelectionState::kNone;
|
|
|
| PaintInfo paint_info_before_filtering(paint_info);
|
| if (has_selection && !LayoutObjectDrawingRecorder::UseCachedDrawingIfPossible(
|
|
|