| Index: content/public/browser/render_widget_host_view.h
|
| diff --git a/content/public/browser/render_widget_host_view.h b/content/public/browser/render_widget_host_view.h
|
| index 71c693bf7c3c09c90b6df776d1afe9dff015fbf2..4a803d2630e0e738e7b1e7655940270652759abc 100644
|
| --- a/content/public/browser/render_widget_host_view.h
|
| +++ b/content/public/browser/render_widget_host_view.h
|
| @@ -174,6 +174,8 @@ class CONTENT_EXPORT RenderWidgetHostView {
|
| // when the value has changed. Views must initially default to false.
|
| virtual void SetNeedsBeginFrames(bool needs_begin_frames) = 0;
|
|
|
| + virtual bool IsRenderWidgetHostViewChildFrame() = 0;
|
| +
|
| #if defined(OS_MACOSX)
|
| // Return the accelerated widget which hosts the CALayers that draw the
|
| // content of the view in GetNativeView. This may be null.
|
|
|