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

Side by Side Diff: content/renderer/gpu/gpu_surface_proxy.h

Issue 7066035: Moved GPU related files in content/renderer into gpu subdirectory. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 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 | « content/renderer/gpu/gpu_channel_host.cc ('k') | content/renderer/gpu/gpu_surface_proxy.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 (c) 2011 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2011 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 #ifndef CONTENT_RENDERER_GPU_SURFACE_PROXY_H_ 5 #ifndef CONTENT_RENDERER_GPU_GPU_SURFACE_PROXY_H_
6 #define CONTENT_RENDERER_GPU_SURFACE_PROXY_H_ 6 #define CONTENT_RENDERER_GPU_GPU_SURFACE_PROXY_H_
7 #pragma once 7 #pragma once
8 8
9 #if defined(ENABLE_GPU) 9 #if defined(ENABLE_GPU)
10 10
11 #include "ipc/ipc_channel.h" 11 #include "ipc/ipc_channel.h"
12 #include "ipc/ipc_message.h" 12 #include "ipc/ipc_message.h"
13 13
14 namespace gfx { 14 namespace gfx {
15 class Size; 15 class Size;
16 } 16 }
(...skipping 18 matching lines...) Expand all
35 bool Send(IPC::Message* msg); 35 bool Send(IPC::Message* msg);
36 36
37 IPC::Channel::Sender* channel_; 37 IPC::Channel::Sender* channel_;
38 int route_id_; 38 int route_id_;
39 39
40 DISALLOW_COPY_AND_ASSIGN(GpuSurfaceProxy); 40 DISALLOW_COPY_AND_ASSIGN(GpuSurfaceProxy);
41 }; 41 };
42 42
43 #endif // ENABLE_GPU 43 #endif // ENABLE_GPU
44 44
45 #endif // CONTENT_RENDERER_GPU_SURFACE_PROXY_H_ 45 #endif // CONTENT_RENDERER_GPU_GPU_SURFACE_PROXY_H_
OLDNEW
« no previous file with comments | « content/renderer/gpu/gpu_channel_host.cc ('k') | content/renderer/gpu/gpu_surface_proxy.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698