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 0ddc244f75466b235601b13293c8d1f94d7b8fb2..3c639df33d6a0e0d07a02e1a5c3fd325daf325e8 100644 |
--- a/third_party/WebKit/Source/core/layout/line/InlineTextBox.h |
+++ b/third_party/WebKit/Source/core/layout/line/InlineTextBox.h |
@@ -111,7 +111,7 @@ public: |
// 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 paintTextMatchMarker(GraphicsContext*, const LayoutPoint& boxOrigin, DocumentMarker*, const ComputedStyle&, const Font&, bool = true) const; |
void move(const LayoutSize&) final; |