| 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..d1661857f677cb1db3f381688adbcc3254f36ea9 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/paint/FloatClipRect.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/paint/FloatClipRect.h
|
| @@ -25,6 +25,8 @@ class PLATFORM_EXPORT FloatClipRect {
|
|
|
| const FloatRect& rect() const { return m_rect; }
|
|
|
| + FloatRect& rect() { return m_rect; }
|
| +
|
| void intersect(const FloatRect& other) {
|
| if (m_isInfinite) {
|
| m_rect = other;
|
|
|