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

Side by Side Diff: ui/views/mus/surface_context_factory.cc

Issue 2184943002: services/ui: Move some files into the client lib. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@chrome-gpu-in-mus-windows
Patch Set: . Created 4 years, 4 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 | « ui/views/mus/surface_context_factory.h ('k') | ui/views/mus/window_manager_connection.cc » ('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 "ui/views/mus/surface_context_factory.h" 5 #include "ui/views/mus/surface_context_factory.h"
6 6
7 #include "base/memory/ptr_util.h" 7 #include "base/memory/ptr_util.h"
8 #include "cc/output/output_surface.h" 8 #include "cc/output/output_surface.h"
9 #include "cc/resources/shared_bitmap_manager.h" 9 #include "cc/resources/shared_bitmap_manager.h"
10 #include "cc/surfaces/surface_id_allocator.h" 10 #include "cc/surfaces/surface_id_allocator.h"
11 #include "services/ui/common/gpu_service.h"
12 #include "services/ui/public/cpp/output_surface.h" 11 #include "services/ui/public/cpp/output_surface.h"
13 #include "services/ui/public/cpp/window.h" 12 #include "services/ui/public/cpp/window.h"
14 #include "ui/compositor/reflector.h" 13 #include "ui/compositor/reflector.h"
15 #include "ui/gl/gl_bindings.h" 14 #include "ui/gl/gl_bindings.h"
16 #include "ui/views/mus/native_widget_mus.h" 15 #include "ui/views/mus/native_widget_mus.h"
17 16
18 namespace views { 17 namespace views {
19 namespace { 18 namespace {
20 19
21 class FakeReflector : public ui::Reflector { 20 class FakeReflector : public ui::Reflector {
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
97 // NOTIMPLEMENTED(); 96 // NOTIMPLEMENTED();
98 return nullptr; 97 return nullptr;
99 } 98 }
100 99
101 void SurfaceContextFactory::ResizeDisplay(ui::Compositor* compositor, 100 void SurfaceContextFactory::ResizeDisplay(ui::Compositor* compositor,
102 const gfx::Size& size) { 101 const gfx::Size& size) {
103 // NOTIMPLEMENTED(); 102 // NOTIMPLEMENTED();
104 } 103 }
105 104
106 } // namespace views 105 } // namespace views
OLDNEW
« no previous file with comments | « ui/views/mus/surface_context_factory.h ('k') | ui/views/mus/window_manager_connection.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698