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

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: changed according to review comments by eseidel 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') | Source/core/frame/SmartClip.cpp » ('J')
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..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;
« no previous file with comments | « no previous file | Source/core/frame/SmartClip.cpp » ('j') | Source/core/frame/SmartClip.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698