OLD | NEW |
1 // Copyright 2015 The Chromium Authors. All rights reserved. | 1 // Copyright 2015 The Chromium Authors. All rights reserved. |
2 // Use of this source code is governed by a BSD-style license that can be | 2 // Use of this source code is governed by a BSD-style license that can be |
3 // found in the LICENSE file. | 3 // found in the LICENSE file. |
4 | 4 |
5 #include "content/browser/frame_host/render_widget_host_view_mus.h" | 5 #include "content/browser/renderer_host/render_widget_host_view_mus.h" |
6 | 6 |
7 #include "content/browser/renderer_host/render_widget_host_impl.h" | 7 #include "content/browser/renderer_host/render_widget_host_impl.h" |
8 | 8 |
9 namespace blink { | 9 namespace blink { |
10 struct WebScreenInfo; | 10 struct WebScreenInfo; |
11 } | 11 } |
12 | 12 |
13 namespace content { | 13 namespace content { |
14 | 14 |
15 RenderWidgetHostViewMus::RenderWidgetHostViewMus( | 15 RenderWidgetHostViewMus::RenderWidgetHostViewMus( |
(...skipping 254 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
270 void RenderWidgetHostViewMus::SetParentNativeViewAccessible( | 270 void RenderWidgetHostViewMus::SetParentNativeViewAccessible( |
271 gfx::NativeViewAccessible accessible_parent) {} | 271 gfx::NativeViewAccessible accessible_parent) {} |
272 | 272 |
273 gfx::NativeViewId RenderWidgetHostViewMus::GetParentForWindowlessPlugin() | 273 gfx::NativeViewId RenderWidgetHostViewMus::GetParentForWindowlessPlugin() |
274 const { | 274 const { |
275 return gfx::NativeViewId(); | 275 return gfx::NativeViewId(); |
276 } | 276 } |
277 #endif | 277 #endif |
278 | 278 |
279 } // namespace content | 279 } // namespace content |
OLD | NEW |