| 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 00444bd70272b783b26d3ef4f19041d60b0177e9..448c49fb7eb536c99e92d741a52b8c08cd7b920c 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/GraphicsContext.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/GraphicsContext.h
|
| @@ -270,7 +270,8 @@ class PLATFORM_EXPORT GraphicsContext {
|
| };
|
| void drawLineForDocumentMarker(const FloatPoint&,
|
| float width,
|
| - DocumentMarkerLineStyle);
|
| + DocumentMarkerLineStyle,
|
| + float zoom);
|
|
|
| // beginLayer()/endLayer() behave like save()/restore() for CTM and clip
|
| // states. Apply SkBlendMode when the layer is composited on the backdrop
|
|
|