| 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 03c57c8beb2fe2412be0b3824b3c75ac5dfaff38..1b8bb72be88a6a81a4140c8f9e1d70b7a0cc5cba 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
|
|
|