| Index: gpu/command_buffer/client/mapped_memory.h
|
| ===================================================================
|
| --- gpu/command_buffer/client/mapped_memory.h (revision 124716)
|
| +++ gpu/command_buffer/client/mapped_memory.h (working copy)
|
| @@ -1,4 +1,4 @@
|
| -// Copyright (c) 2011 The Chromium Authors. All rights reserved.
|
| +// Copyright (c) 2012 The Chromium Authors. All rights reserved.
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| @@ -7,6 +7,7 @@
|
|
|
| #include <vector>
|
|
|
| +#include "../../gpu_export.h"
|
| #include "../common/types.h"
|
| #include "../client/fenced_allocator.h"
|
| #include "../common/buffer.h"
|
| @@ -16,7 +17,7 @@
|
| class CommandBufferHelper;
|
|
|
| // Manages a shared memory segment.
|
| -class MemoryChunk {
|
| +class GPU_EXPORT MemoryChunk {
|
| public:
|
| MemoryChunk(int32 shm_id, gpu::Buffer shm, CommandBufferHelper* helper);
|
|
|
| @@ -104,7 +105,7 @@
|
| };
|
|
|
| // Manages MemoryChucks.
|
| -class MappedMemoryManager {
|
| +class GPU_EXPORT MappedMemoryManager {
|
| public:
|
| explicit MappedMemoryManager(CommandBufferHelper* helper);
|
|
|
|
|