| OLD | NEW |
| 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_PLUGIN_COMMAND_BUFFER_STUB_H_ | 5 #ifndef CHROME_PLUGIN_COMMAND_BUFFER_STUB_H_ |
| 6 #define CHROME_PLUGIN_COMMAND_BUFFER_STUB_H_ | 6 #define CHROME_PLUGIN_COMMAND_BUFFER_STUB_H_ |
| 7 #pragma once | 7 #pragma once |
| 8 | 8 |
| 9 #if defined(ENABLE_GPU) | 9 #if defined(ENABLE_GPU) |
| 10 | 10 |
| (...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 75 int plugin_host_route_id_; | 75 int plugin_host_route_id_; |
| 76 gfx::PluginWindowHandle window_; | 76 gfx::PluginWindowHandle window_; |
| 77 int route_id_; | 77 int route_id_; |
| 78 scoped_ptr<gpu::CommandBufferService> command_buffer_; | 78 scoped_ptr<gpu::CommandBufferService> command_buffer_; |
| 79 scoped_ptr<gpu::GPUProcessor> processor_; | 79 scoped_ptr<gpu::GPUProcessor> processor_; |
| 80 }; | 80 }; |
| 81 | 81 |
| 82 #endif // ENABLE_GPU | 82 #endif // ENABLE_GPU |
| 83 | 83 |
| 84 #endif // CHROME_PLUGIN_COMMAND_BUFFER_STUB_H_ | 84 #endif // CHROME_PLUGIN_COMMAND_BUFFER_STUB_H_ |
| OLD | NEW |