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

Unified Diff: content/renderer/render_view_impl.h

Issue 2762553002: Add canUpdateLayout & canHandleGestureEvent to WebViewClient. (Closed)
Patch Set: Fix merge issues. Created 3 years, 9 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 | « components/plugins/renderer/webview_plugin.cc ('k') | content/renderer/render_view_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/render_view_impl.h
diff --git a/content/renderer/render_view_impl.h b/content/renderer/render_view_impl.h
index 6dd0d8401fc9b1fe92c120eacce7868769bbbfe5..d59a5844d128886653c8dd5c938a4025b4a41b6f 100644
--- a/content/renderer/render_view_impl.h
+++ b/content/renderer/render_view_impl.h
@@ -265,6 +265,9 @@ class CONTENT_EXPORT RenderViewImpl
void onMouseDown(const blink::WebNode& mouse_down_node) override;
blink::WebLayerTreeView* initializeLayerTreeView() override;
+ bool canHandleGestureEvent() override;
+ bool canUpdateLayout() override;
+
// TODO(lfg): Remove once WebViewClient no longer inherits from
// WebWidgetClient.
void closeWidgetSoon() override;
« no previous file with comments | « components/plugins/renderer/webview_plugin.cc ('k') | content/renderer/render_view_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698