Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(846)

Unified Diff: Source/core/frame/SmartClip.h

Issue 259263003: Fix to remove customised String over IPC for SmartClip (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Added TODO in WebView.h (Avoid build dependency) Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | Source/core/frame/SmartClip.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « no previous file | Source/core/frame/SmartClip.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698