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..85bf3ce22524f1b66e04c07f82552ab30121ab57 100644 |
| --- a/Source/core/frame/SmartClip.h |
| +++ b/Source/core/frame/SmartClip.h |
| @@ -49,7 +49,8 @@ public: |
| { |
| } |
| - String toString(); |
| + IntRect rect() const; |
| + String clipData() const; |
| private: |
| RefPtr<Node> m_node; |