| 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 946bdd4a01db54d06edf67e60014ea4368594a06..47582f249c717cf97dcd6ad86cd4773532960d8f 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/GraphicsContext.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/GraphicsContext.h
|
| @@ -268,7 +268,7 @@ class PLATFORM_EXPORT GraphicsContext {
|
| const SkScalar* bounds,
|
| SkScalar* intervals);
|
|
|
| - void drawLineForText(const FloatPoint&, float width, bool printing);
|
| + void drawLineForText(const FloatPoint&, float width);
|
| enum DocumentMarkerLineStyle {
|
| DocumentMarkerSpellingLineStyle,
|
| DocumentMarkerGrammarLineStyle
|
|
|