| Index: third_party/WebKit/Source/platform/graphics/paint/FloatClipRect.h
|
| diff --git a/third_party/WebKit/Source/platform/graphics/paint/FloatClipRect.h b/third_party/WebKit/Source/platform/graphics/paint/FloatClipRect.h
|
| index 954201d64ce75836afe4e83cf622804b8856e549..cf663efaa5e34c18c96c09b24175ca3b7149eb15 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/paint/FloatClipRect.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/paint/FloatClipRect.h
|
| @@ -20,7 +20,7 @@
|
| m_hasRadius(false),
|
| m_isInfinite(true) {}
|
|
|
| - explicit FloatClipRect(const FloatRect& rect)
|
| + FloatClipRect(const FloatRect& rect)
|
| : m_rect(rect), m_hasRadius(false), m_isInfinite(false) {}
|
|
|
| const FloatRect& rect() const { return m_rect; }
|
|
|