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

Unified Diff: third_party/WebKit/Source/web/WebLocalFrameImpl.h

Issue 2667283007: Refactor Samsung SmartClip implementation. (Closed)
Patch Set: Really apply code review comments Created 3 years, 10 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 | « content/renderer/render_view_impl_android.cc ('k') | third_party/WebKit/Source/web/WebLocalFrameImpl.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/web/WebLocalFrameImpl.h
diff --git a/third_party/WebKit/Source/web/WebLocalFrameImpl.h b/third_party/WebKit/Source/web/WebLocalFrameImpl.h
index 288cee89ad4441bfe0efe1c6285874e646f012df..5c8a850034753b73c6615c4d46f5ec2dbe4b9627 100644
--- a/third_party/WebKit/Source/web/WebLocalFrameImpl.h
+++ b/third_party/WebKit/Source/web/WebLocalFrameImpl.h
@@ -298,6 +298,10 @@ class WEB_EXPORT WebLocalFrameImpl final
base::SingleThreadTaskRunner* unthrottledTaskRunner() override;
WebInputMethodControllerImpl* inputMethodController() const override;
+ void extractSmartClipData(WebRect rectInViewport,
+ WebString& clipText,
+ WebString& clipHtml) override;
+
// WebFrameImplBase methods:
void initializeCoreFrame(FrameHost*,
FrameOwner*,
« no previous file with comments | « content/renderer/render_view_impl_android.cc ('k') | third_party/WebKit/Source/web/WebLocalFrameImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698