Chromium Code Reviews| Index: Source/core/frame/SmartClip.h |
| diff --git a/Source/core/frame/SmartClip.h b/Source/core/frame/SmartClip.h |
| index b0e922051106616b6b49329dc9a1f4836211f39d..3bcb734990c877612764e35653a4438349cd15d2 100644 |
| --- a/Source/core/frame/SmartClip.h |
| +++ b/Source/core/frame/SmartClip.h |
| @@ -49,7 +49,8 @@ public: |
| { |
| } |
| - String toString(); |
| + IntRect rect() const; |
| + const String& clipData() const; |
| private: |
| RefPtr<Node> m_node; |