| 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 8e9d1c737b7c902d0e8123b530d597c632a1e4bd..9711ae460cc85bf0ac96f2b4acc28ec50a0782d8 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/GraphicsContext.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/GraphicsContext.h
|
| @@ -259,14 +259,6 @@ class PLATFORM_EXPORT GraphicsContext {
|
| int to = -1);
|
|
|
| void DrawLineForText(const FloatPoint&, float width);
|
| - enum DocumentMarkerLineStyle {
|
| - kDocumentMarkerSpellingLineStyle,
|
| - kDocumentMarkerGrammarLineStyle
|
| - };
|
| - void DrawLineForDocumentMarker(const FloatPoint&,
|
| - float width,
|
| - DocumentMarkerLineStyle,
|
| - float zoom);
|
|
|
| // beginLayer()/endLayer() behave like save()/restore() for CTM and clip
|
| // states. Apply SkBlendMode when the layer is composited on the backdrop
|
|
|