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

Side by Side Diff: content/browser/web_contents/web_contents_view_mus.cc

Issue 2438853002: Renames aura::client::WindowTreeClient to WindowParentingClient (Closed)
Patch Set: cleanup Created 4 years, 2 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/web_contents/web_contents_view_mus.h" 5 #include "content/browser/web_contents/web_contents_view_mus.h"
6 6
7 #include "build/build_config.h" 7 #include "build/build_config.h"
8 #include "content/browser/frame_host/interstitial_page_impl.h" 8 #include "content/browser/frame_host/interstitial_page_impl.h"
9 #include "content/browser/renderer_host/render_widget_host_view_mus.h" 9 #include "content/browser/renderer_host/render_widget_host_view_mus.h"
10 #include "content/browser/web_contents/web_contents_impl.h" 10 #include "content/browser/web_contents/web_contents_impl.h"
11 #include "content/public/browser/render_widget_host_view.h" 11 #include "content/public/browser/render_widget_host_view.h"
12 #include "content/public/browser/web_contents_view_delegate.h" 12 #include "content/public/browser/web_contents_view_delegate.h"
13 #include "services/ui/public/cpp/window.h" 13 #include "services/ui/public/cpp/window.h"
14 #include "services/ui/public/cpp/window_tree_client.h" 14 #include "services/ui/public/cpp/window_tree_client.h"
15 #include "third_party/WebKit/public/platform/WebDragOperation.h" 15 #include "third_party/WebKit/public/platform/WebDragOperation.h"
16 #include "ui/aura/client/window_tree_client.h" 16 #include "ui/aura/client/window_parenting_client.h"
17 #include "ui/aura/window.h" 17 #include "ui/aura/window.h"
18 #include "ui/base/hit_test.h" 18 #include "ui/base/hit_test.h"
19 19
20 using blink::WebDragOperation; 20 using blink::WebDragOperation;
21 using blink::WebDragOperationsMask; 21 using blink::WebDragOperationsMask;
22 22
23 namespace content { 23 namespace content {
24 24
25 WebContentsViewMus::WebContentsViewMus( 25 WebContentsViewMus::WebContentsViewMus(
26 ui::Window* parent_window, 26 ui::Window* parent_window,
(...skipping 233 matching lines...) Expand 10 before | Expand all | Expand 10 after
260 260
261 void WebContentsViewMus::OnWindowTargetVisibilityChanged(bool visible) {} 261 void WebContentsViewMus::OnWindowTargetVisibilityChanged(bool visible) {}
262 262
263 bool WebContentsViewMus::HasHitTestMask() const { 263 bool WebContentsViewMus::HasHitTestMask() const {
264 return false; 264 return false;
265 } 265 }
266 266
267 void WebContentsViewMus::GetHitTestMask(gfx::Path* mask) const {} 267 void WebContentsViewMus::GetHitTestMask(gfx::Path* mask) const {}
268 268
269 } // namespace content 269 } // namespace content
OLDNEW
« no previous file with comments | « content/browser/web_contents/web_contents_view_aura.cc ('k') | content/shell/browser/shell_platform_data_aura.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698