summaryrefslogtreecommitdiff
path: root/chromium/gpu/command_buffer/client/ref_counted.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/gpu/command_buffer/client/ref_counted.h')
-rw-r--r--chromium/gpu/command_buffer/client/ref_counted.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/chromium/gpu/command_buffer/client/ref_counted.h b/chromium/gpu/command_buffer/client/ref_counted.h
new file mode 100644
index 00000000000..79ee8bc43f7
--- /dev/null
+++ b/chromium/gpu/command_buffer/client/ref_counted.h
@@ -0,0 +1,13 @@
+// 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.
+
+#ifndef GPU_COMMAND_BUFFER_CLIENT_REF_COUNTED_H_
+#define GPU_COMMAND_BUFFER_CLIENT_REF_COUNTED_H_
+
+#include "base/memory/ref_counted.h"
+namespace gpu {
+using base::RefCountedThreadSafe;
+}
+
+#endif // GPU_COMMAND_BUFFER_CLIENT_REF_COUNTED_H_