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

Side by Side Diff: content/renderer/command_buffer_proxy.h

Issue 6713005: Move a bunch of gpu/worker/plugin renderer code to content. I temporarily disabled the sad plugi... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 9 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/content_renderer.gypi ('k') | content/renderer/command_buffer_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) 2009 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2009 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 CHROME_RENDERER_COMMAND_BUFFER_PROXY_H_ 5 #ifndef CONTENT_RENDERER_COMMAND_BUFFER_PROXY_H_
6 #define CHROME_RENDERER_COMMAND_BUFFER_PROXY_H_ 6 #define CONTENT_RENDERER_COMMAND_BUFFER_PROXY_H_
7 #pragma once 7 #pragma once
8 8
9 #if defined(ENABLE_GPU) 9 #if defined(ENABLE_GPU)
10 10
11 #include <map> 11 #include <map>
12 #include <queue> 12 #include <queue>
13 13
14 #include "base/callback.h" 14 #include "base/callback.h"
15 #include "base/linked_ptr.h" 15 #include "base/linked_ptr.h"
16 #include "base/scoped_ptr.h" 16 #include "base/scoped_ptr.h"
(...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after
121 scoped_ptr<Task> notify_repaint_task_; 121 scoped_ptr<Task> notify_repaint_task_;
122 122
123 scoped_ptr<Callback0::Type> swap_buffers_callback_; 123 scoped_ptr<Callback0::Type> swap_buffers_callback_;
124 scoped_ptr<Callback0::Type> channel_error_callback_; 124 scoped_ptr<Callback0::Type> channel_error_callback_;
125 125
126 DISALLOW_COPY_AND_ASSIGN(CommandBufferProxy); 126 DISALLOW_COPY_AND_ASSIGN(CommandBufferProxy);
127 }; 127 };
128 128
129 #endif // ENABLE_GPU 129 #endif // ENABLE_GPU
130 130
131 #endif // CHROME_RENDERER_COMMAND_BUFFER_PROXY_H_ 131 #endif // CONTENT_RENDERER_COMMAND_BUFFER_PROXY_H_
OLDNEW
« no previous file with comments | « content/content_renderer.gypi ('k') | content/renderer/command_buffer_proxy.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698