diff options
Diffstat (limited to 'gpu/command_buffer/client/mapped_memory.h')
-rw-r--r-- | gpu/command_buffer/client/mapped_memory.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/gpu/command_buffer/client/mapped_memory.h b/gpu/command_buffer/client/mapped_memory.h index f38470f..93390a7 100644 --- a/gpu/command_buffer/client/mapped_memory.h +++ b/gpu/command_buffer/client/mapped_memory.h @@ -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 @@ namespace gpu { 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 @@ class MemoryChunk { }; // Manages MemoryChucks. -class MappedMemoryManager { +class GPU_EXPORT MappedMemoryManager { public: explicit MappedMemoryManager(CommandBufferHelper* helper); |