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

Side by Side Diff: mojo/aura/context_factory_mojo.cc

Issue 277713002: ui/compositor: move the browser compositor thread to the ContextFactory (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase, fix includes Created 6 years, 7 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 | Annotate | Revision Log
« no previous file with comments | « mojo/aura/context_factory_mojo.h ('k') | ui/aura/env.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 2014 The Chromium Authors. All rights reserved. 1 // Copyright 2014 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 "mojo/aura/context_factory_mojo.h" 5 #include "mojo/aura/context_factory_mojo.h"
6 6
7 #include "cc/output/output_surface.h" 7 #include "cc/output/output_surface.h"
8 #include "mojo/aura/window_tree_host_mojo.h" 8 #include "mojo/aura/window_tree_host_mojo.h"
9 #include "mojo/cc/context_provider_mojo.h" 9 #include "mojo/cc/context_provider_mojo.h"
10 #include "ui/compositor/reflector.h" 10 #include "ui/compositor/reflector.h"
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
56 56
57 void ContextFactoryMojo::RemoveCompositor(ui::Compositor* compositor) { 57 void ContextFactoryMojo::RemoveCompositor(ui::Compositor* compositor) {
58 } 58 }
59 59
60 bool ContextFactoryMojo::DoesCreateTestContexts() { return false; } 60 bool ContextFactoryMojo::DoesCreateTestContexts() { return false; }
61 61
62 cc::SharedBitmapManager* ContextFactoryMojo::GetSharedBitmapManager() { 62 cc::SharedBitmapManager* ContextFactoryMojo::GetSharedBitmapManager() {
63 return NULL; 63 return NULL;
64 } 64 }
65 65
66 base::MessageLoopProxy* ContextFactoryMojo::GetCompositorMessageLoop() {
67 return NULL;
68 }
69
66 } // namespace mojo 70 } // namespace mojo
OLDNEW
« no previous file with comments | « mojo/aura/context_factory_mojo.h ('k') | ui/aura/env.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698