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

Side by Side Diff: blimp/client/app/linux/blimp_display_manager.cc

Issue 2292723003: Move remaining Blimp feature code to core. (Closed)
Patch Set: Fix build break Created 4 years, 3 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
« no previous file with comments | « blimp/client/app/android/blimp_view.cc ('k') | blimp/client/core/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 "blimp/client/app/linux/blimp_display_manager.h" 5 #include "blimp/client/app/linux/blimp_display_manager.h"
6 6
7 #include "blimp/client/app/compositor/browser_compositor.h" 7 #include "blimp/client/app/compositor/browser_compositor.h"
8 #include "blimp/client/core/compositor/blimp_compositor_dependencies.h" 8 #include "blimp/client/core/compositor/blimp_compositor_dependencies.h"
9 #include "blimp/client/core/compositor/blimp_compositor_manager.h"
9 #include "blimp/client/core/contents/tab_control_feature.h" 10 #include "blimp/client/core/contents/tab_control_feature.h"
10 #include "blimp/client/feature/compositor/blimp_compositor_manager.h" 11 #include "blimp/client/core/render_widget/render_widget_feature.h"
11 #include "blimp/client/feature/render_widget_feature.h"
12 #include "blimp/client/support/compositor/compositor_dependencies_impl.h" 12 #include "blimp/client/support/compositor/compositor_dependencies_impl.h"
13 #include "ui/events/event.h" 13 #include "ui/events/event.h"
14 #include "ui/gfx/geometry/size.h" 14 #include "ui/gfx/geometry/size.h"
15 #include "ui/platform_window/platform_window.h" 15 #include "ui/platform_window/platform_window.h"
16 #include "ui/platform_window/x11/x11_window.h" 16 #include "ui/platform_window/x11/x11_window.h"
17 17
18 namespace blimp { 18 namespace blimp {
19 namespace client { 19 namespace client {
20 20
21 BlimpDisplayManager::BlimpDisplayManager( 21 BlimpDisplayManager::BlimpDisplayManager(
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
83 } 83 }
84 } 84 }
85 85
86 void BlimpDisplayManager::OnAcceleratedWidgetDestroyed() { 86 void BlimpDisplayManager::OnAcceleratedWidgetDestroyed() {
87 compositor_manager_->SetVisible(false); 87 compositor_manager_->SetVisible(false);
88 compositor_->SetAcceleratedWidget(gfx::kNullAcceleratedWidget); 88 compositor_->SetAcceleratedWidget(gfx::kNullAcceleratedWidget);
89 } 89 }
90 90
91 } // namespace client 91 } // namespace client
92 } // namespace blimp 92 } // namespace blimp
OLDNEW
« no previous file with comments | « blimp/client/app/android/blimp_view.cc ('k') | blimp/client/core/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698