| Index: third_party/WebKit/Source/core/layout/line/InlineTextBox.h
|
| diff --git a/third_party/WebKit/Source/core/layout/line/InlineTextBox.h b/third_party/WebKit/Source/core/layout/line/InlineTextBox.h
|
| index 0127f0418557aebb3bd46287a4cecf6b790a4c67..7bd5c59a31612812c2623629973d5b1c50352492 100644
|
| --- a/third_party/WebKit/Source/core/layout/line/InlineTextBox.h
|
| +++ b/third_party/WebKit/Source/core/layout/line/InlineTextBox.h
|
| @@ -109,8 +109,8 @@ public:
|
| void selectionStartEnd(int& sPos, int& ePos) const;
|
|
|
| // These functions both paint markers and update the DocumentMarker's renderedRect.
|
| - virtual void paintDocumentMarker(GraphicsContext*, const LayoutPoint& boxOrigin, DocumentMarker*, const ComputedStyle&, const Font&, bool grammar) const;
|
| - virtual void paintTextMatchMarker(GraphicsContext*, const LayoutPoint& boxOrigin, DocumentMarker*, const ComputedStyle&, const Font&) const;
|
| + virtual void paintDocumentMarker(GraphicsContext&, const LayoutPoint& boxOrigin, DocumentMarker*, const ComputedStyle&, const Font&, bool grammar) const;
|
| + virtual void paintTextMatchMarker(GraphicsContext&, const LayoutPoint& boxOrigin, DocumentMarker*, const ComputedStyle&, const Font&) const;
|
|
|
| void move(const LayoutSize&) final;
|
|
|
|
|