| Index: content/browser/frame_host/render_widget_host_view_child_frame.cc
|
| diff --git a/content/browser/frame_host/render_widget_host_view_child_frame.cc b/content/browser/frame_host/render_widget_host_view_child_frame.cc
|
| index 027f5e4ec571ee5c8270749bf5e6f30197b99318..602be877f3cce20d1b1a816afa35eb6481749535 100644
|
| --- a/content/browser/frame_host/render_widget_host_view_child_frame.cc
|
| +++ b/content/browser/frame_host/render_widget_host_view_child_frame.cc
|
| @@ -538,11 +538,6 @@ bool RenderWidgetHostViewChildFrame::HasAcceleratedSurface(
|
| void RenderWidgetHostViewChildFrame::SetParentNativeViewAccessible(
|
| gfx::NativeViewAccessible accessible_parent) {
|
| }
|
| -
|
| -gfx::NativeViewId RenderWidgetHostViewChildFrame::GetParentForWindowlessPlugin()
|
| - const {
|
| - return NULL;
|
| -}
|
| #endif // defined(OS_WIN)
|
|
|
| // cc::SurfaceFactoryClient implementation.
|
|
|