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

Unified Diff: content/renderer/render_frame_impl.h

Issue 2667283007: Refactor Samsung SmartClip implementation. (Closed)
Patch Set: Rebase 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
Index: content/renderer/render_frame_impl.h
diff --git a/content/renderer/render_frame_impl.h b/content/renderer/render_frame_impl.h
index f4829ef6c738a1fc37b6562a75a5aed4110bb230..3f546830a6bdf292388a9444bb535ace15c70764 100644
--- a/content/renderer/render_frame_impl.h
+++ b/content/renderer/render_frame_impl.h
@@ -874,6 +874,7 @@ class CONTENT_EXPORT RenderFrameImpl
void OnFocusedFormFieldDataRequest(int request_id);
void OnSetAccessibilityMode(AccessibilityMode new_mode);
void OnSnapshotAccessibilityTree(int callback_id);
+ void OnExtractSmartClipData(int callback_id, const gfx::Rect& rect);
void OnUpdateOpener(int opener_routing_id);
void OnDidUpdateSandboxFlags(blink::WebSandboxFlags flags);
void OnSetFrameOwnerProperties(

Powered by Google App Engine
This is Rietveld 408576698