| Index: third_party/WebKit/Source/platform/graphics/skia/SkiaUtils.h
|
| diff --git a/third_party/WebKit/Source/platform/graphics/skia/SkiaUtils.h b/third_party/WebKit/Source/platform/graphics/skia/SkiaUtils.h
|
| index 7d2972ddbb2e809edb42c7c4a07ae705206894f0..8fa41acd8528e836abb870e51c04fddfcd5a46c8 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/skia/SkiaUtils.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/skia/SkiaUtils.h
|
| @@ -131,7 +131,10 @@ inline SkScalar skBlurRadiusToSigma(SkScalar radius) {
|
| }
|
|
|
| template <typename PrimitiveType>
|
| -void drawPlatformFocusRing(const PrimitiveType&, SkCanvas*, SkColor, int width);
|
| +void drawPlatformFocusRing(const PrimitiveType&,
|
| + SkCanvas*,
|
| + SkColor,
|
| + float width);
|
|
|
| // TODO(fmalita): remove in favor of direct SrcRectConstraint use.
|
| inline SkCanvas::SrcRectConstraint WebCoreClampingModeToSkiaRectConstraint(
|
|
|