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 cf663efaa5e34c18c96c09b24175ca3b7149eb15..954201d64ce75836afe4e83cf622804b8856e549 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) {} |
- FloatClipRect(const FloatRect& rect) |
+ explicit FloatClipRect(const FloatRect& rect) |
: m_rect(rect), m_hasRadius(false), m_isInfinite(false) {} |
const FloatRect& rect() const { return m_rect; } |