| Index: third_party/WebKit/Source/core/layout/ClipRect.h
|
| diff --git a/third_party/WebKit/Source/core/layout/ClipRect.h b/third_party/WebKit/Source/core/layout/ClipRect.h
|
| index 7d4b62cd6ad294cb1d577bb045ea63900ddf4862..b70fb2813718cbb91abe7d88dc00a7cff609073e 100644
|
| --- a/third_party/WebKit/Source/core/layout/ClipRect.h
|
| +++ b/third_party/WebKit/Source/core/layout/ClipRect.h
|
| @@ -77,6 +77,8 @@ class ClipRect {
|
| return *this;
|
| }
|
|
|
| + String toString() { return m_rect.toString(); }
|
| +
|
| private:
|
| LayoutRect m_rect;
|
| bool m_hasRadius;
|
|
|