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..d4a6a2dde59387ca564024433a35b61081516d1f 100644 |
| --- a/Source/core/frame/SmartClip.h |
| +++ b/Source/core/frame/SmartClip.h |
| @@ -49,7 +49,8 @@ public: |
| { |
| } |
| - String toString(); |
| + IntRect getRect() const; |
|
eseidel
2014/06/02 16:37:50
We don't use "get" for getters. Does this rect ha
AviD
2014/06/03 05:54:00
Done.
|
| + String getClipData() const; |
|
eseidel
2014/06/02 16:37:50
How is this different from the toString above?
AviD
2014/06/03 05:54:00
the toString() had customized string with both rec
|
| private: |
| RefPtr<Node> m_node; |