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

Side by Side Diff: content/gpu/gpu_process_control_impl.cc

Issue 1297953004: Support mojo applications in GPU process. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase only Created 5 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
« no previous file with comments | « content/gpu/gpu_process_control_impl.h ('k') | content/gpu/in_process_gpu_thread.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
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
3 // found in the LICENSE file.
4
5 #include "content/gpu/gpu_process_control_impl.h"
6
7 #include "base/logging.h"
8
9 namespace content {
10
11 GpuProcessControlImpl::GpuProcessControlImpl() {}
12
13 GpuProcessControlImpl::~GpuProcessControlImpl() {}
14
15 void GpuProcessControlImpl::RegisterApplicationLoaders(
16 URLToLoaderMap* url_to_loader_map) {
17 // TODO(xhwang): Support MojoMediaApplication here.
18 // See http://crbug.com/521755
19 NOTIMPLEMENTED();
20 }
21
22 } // namespace content
OLDNEW
« no previous file with comments | « content/gpu/gpu_process_control_impl.h ('k') | content/gpu/in_process_gpu_thread.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698