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

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

Issue 1592573002: Fixing WebViewVisibilityTests for OOPIF-<webview>. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Merged Created 4 years, 11 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_delegate.h
diff --git a/content/browser/renderer_host/render_widget_host_delegate.h b/content/browser/renderer_host/render_widget_host_delegate.h
index f7fbb0e362247ff0b078db858a933b09e2e394d1..4c0fea95f6e5c73204fab031a5bdd1225a292eef 100644
--- a/content/browser/renderer_host/render_widget_host_delegate.h
+++ b/content/browser/renderer_host/render_widget_host_delegate.h
@@ -175,11 +175,17 @@ class CONTENT_EXPORT RenderWidgetHostDelegate {
virtual gfx::NativeViewAccessible GetParentNativeViewAccessible();
#endif
- // Called when the widget has sent a compositor proto. This is used in Blimp
+ // Called when the widget has sent a compositor proto. This is used in Btlimp
no sievers 2016/02/02 18:14:03 typo
// mode with the RemoteChannel compositor.
virtual void ForwardCompositorProto(RenderWidgetHostImpl* render_widget_host,
const std::vector<uint8_t>& proto) {}
+ // Called when the visibility of the RenderFrameProxyHost in outter
no sievers 2016/02/02 18:14:03 nit: s/outter/outer
+ // WebContents changes. This method is only called on an inner WebContents and
+ // will eventually notify all the RenderWidgetHostViews belonging to that
+ // WebContents.
+ virtual void OnRenderFrameProxyVisibilityChanged(bool visible) {}
+
protected:
virtual ~RenderWidgetHostDelegate() {}
};
« no previous file with comments | « content/browser/frame_host/cross_process_frame_connector.cc ('k') | content/browser/web_contents/web_contents_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698