summaryrefslogtreecommitdiffstats
path: root/gpu/command_buffer/client/fenced_allocator.h
diff options
context:
space:
mode:
authorrvargas@google.com <rvargas@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2012-03-02 19:11:44 +0000
committerrvargas@google.com <rvargas@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2012-03-02 19:11:44 +0000
commit183b60aae43ff5ef5556e7debd9480a96ce5dd46 (patch)
tree4b9910ef4399051b5c2717133094ff7719f32932 /gpu/command_buffer/client/fenced_allocator.h
parent22d63ebbd65ee881edf1143f4a2e4f38f3f4ea39 (diff)
downloadchromium_src-183b60aae43ff5ef5556e7debd9480a96ce5dd46.zip
chromium_src-183b60aae43ff5ef5556e7debd9480a96ce5dd46.tar.gz
chromium_src-183b60aae43ff5ef5556e7debd9480a96ce5dd46.tar.bz2
GPU: Buld most of the gpu as a single DLL.
BUG=114261 TEST=none Review URL: https://chromiumcodereview.appspot.com/9514020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124702 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'gpu/command_buffer/client/fenced_allocator.h')
-rw-r--r--gpu/command_buffer/client/fenced_allocator.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/gpu/command_buffer/client/fenced_allocator.h b/gpu/command_buffer/client/fenced_allocator.h
index 74cdf33..3ccad45 100644
--- a/gpu/command_buffer/client/fenced_allocator.h
+++ b/gpu/command_buffer/client/fenced_allocator.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.
@@ -8,6 +8,8 @@
#define GPU_COMMAND_BUFFER_CLIENT_FENCED_ALLOCATOR_H_
#include <vector>
+
+#include "../../gpu_export.h"
#include "../common/logging.h"
#include "../common/types.h"
@@ -24,7 +26,7 @@ class CommandBufferHelper;
// environment which is multi-process, this class isn't "thread safe", because
// it isn't meant to be shared across modules. It is thread-compatible though
// (see http://www.corp.google.com/eng/doc/cpp_primer.html#thread_safety).
-class FencedAllocator {
+class GPU_EXPORT FencedAllocator {
public:
typedef unsigned int Offset;
// Invalid offset, returned by Alloc in case of failure.