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

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

Issue 1815563006: Remove [SG]etParentNativeViewAccessible (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@remove_plugin_quirks
Patch Set: rebase Created 4 years, 9 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 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/renderer_host/render_widget_host_view_mus.h" 5 #include "content/browser/renderer_host/render_widget_host_view_mus.h"
6 6
7 #include <utility> 7 #include <utility>
8 8
9 #include "build/build_config.h" 9 #include "build/build_config.h"
10 #include "components/mus/public/cpp/window.h" 10 #include "components/mus/public/cpp/window.h"
(...skipping 298 matching lines...) Expand 10 before | Expand all | Expand 10 after
309 #endif // defined(OS_MACOSX) 309 #endif // defined(OS_MACOSX)
310 310
311 void RenderWidgetHostViewMus::LockCompositingSurface() { 311 void RenderWidgetHostViewMus::LockCompositingSurface() {
312 NOTIMPLEMENTED(); 312 NOTIMPLEMENTED();
313 } 313 }
314 314
315 void RenderWidgetHostViewMus::UnlockCompositingSurface() { 315 void RenderWidgetHostViewMus::UnlockCompositingSurface() {
316 NOTIMPLEMENTED(); 316 NOTIMPLEMENTED();
317 } 317 }
318 318
319 #if defined(OS_WIN)
320 void RenderWidgetHostViewMus::SetParentNativeViewAccessible(
321 gfx::NativeViewAccessible accessible_parent) {}
322 #endif
323
324 } // namespace content 319 } // 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_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698