| Index: third_party/WebKit/Source/platform/graphics/GraphicsContext.h
|
| diff --git a/third_party/WebKit/Source/platform/graphics/GraphicsContext.h b/third_party/WebKit/Source/platform/graphics/GraphicsContext.h
|
| index 3aa40b01f3177613347908f2b0aad449df721471..a2382699f57bf8987284bb7608a655cee4de00c9 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/GraphicsContext.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/GraphicsContext.h
|
| @@ -261,7 +261,7 @@ class PLATFORM_EXPORT GraphicsContext {
|
| int from = 0,
|
| int to = -1);
|
|
|
| - void drawLineForText(const FloatPoint&, float width, bool printing);
|
| + void drawLineForText(const FloatPoint&, float width);
|
| enum DocumentMarkerLineStyle {
|
| DocumentMarkerSpellingLineStyle,
|
| DocumentMarkerGrammarLineStyle
|
|
|