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

Unified Diff: content/browser/renderer_host/render_widget_host_view_base.h

Issue 2883653002: Implement TouchSelectionEditing controls for OOPIF. (Closed)
Patch Set: Mark manager's observer as CONTENT_EXPORT. Created 3 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
Index: content/browser/renderer_host/render_widget_host_view_base.h
diff --git a/content/browser/renderer_host/render_widget_host_view_base.h b/content/browser/renderer_host/render_widget_host_view_base.h
index 6bb3159a0dd1937ba1f31c4d35b05847208b11e6..c8ae2717be17d6074d922caf17205b63d67cf0c7 100644
--- a/content/browser/renderer_host/render_widget_host_view_base.h
+++ b/content/browser/renderer_host/render_widget_host_view_base.h
@@ -75,6 +75,7 @@ class RenderWidgetHostImpl;
class RenderWidgetHostViewBaseObserver;
class SyntheticGestureTarget;
class TextInputManager;
+class TouchSelectionControllerClientManager;
class WebCursor;
struct NativeWebKeyboardEvent;
struct TextInputState;
@@ -416,6 +417,9 @@ class CONTENT_EXPORT RenderWidgetHostViewBase : public RenderWidgetHostView,
bool is_fullscreen() { return is_fullscreen_; }
+ virtual TouchSelectionControllerClientManager*
kenrb 2017/05/23 16:19:03 A comment could be good here, mentioning that this
wjmaclean 2017/05/23 17:00:41 Done.
+ touch_selection_controller_client_manager();
+
// Exposed for testing.
virtual bool IsChildFrameForTesting() const;
virtual cc::SurfaceId SurfaceIdForTesting() const;

Powered by Google App Engine
This is Rietveld 408576698