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

Side by Side Diff: content/browser/renderer_host/render_widget_host_view_mus.cc

Issue 1467083002: Mustash: Move RenderWidgetHostViewMus from frame_host => renderer_host (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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 unified diff | Download patch
OLDNEW
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
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
OLDNEW
« no previous file with comments | « content/browser/renderer_host/render_widget_host_view_mus.h ('k') | content/browser/web_contents/web_contents_view_mus.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698