diff options
author | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-05-05 23:33:27 +0000 |
---|---|---|
committer | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-05-05 23:33:27 +0000 |
commit | 3d42af161c9124baf018a959b48c73d4c7a7165a (patch) | |
tree | 82c269b453262324e1f6c7db472dbb621b879ce7 /gpu/command_buffer/common/buffer.h | |
parent | 637aa0678a43ecb86bdf7cacf303b9fc888544b2 (diff) | |
download | chromium_src-3d42af161c9124baf018a959b48c73d4c7a7165a.zip chromium_src-3d42af161c9124baf018a959b48c73d4c7a7165a.tar.gz chromium_src-3d42af161c9124baf018a959b48c73d4c7a7165a.tar.bz2 |
Remove command_buffer/common/types.h.
Make its current clients use base/macros.h and stdint.h instead.
No behavior change.
BUG=138542
NOTRY=true
Review URL: https://codereview.chromium.org/268063002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@268315 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'gpu/command_buffer/common/buffer.h')
-rw-r--r-- | gpu/command_buffer/common/buffer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gpu/command_buffer/common/buffer.h b/gpu/command_buffer/common/buffer.h index 5a31035..d8a8356 100644 --- a/gpu/command_buffer/common/buffer.h +++ b/gpu/command_buffer/common/buffer.h @@ -5,10 +5,10 @@ #ifndef GPU_COMMAND_BUFFER_COMMON_BUFFER_H_ #define GPU_COMMAND_BUFFER_COMMON_BUFFER_H_ +#include "base/macros.h" #include "base/memory/ref_counted.h" #include "base/memory/scoped_ptr.h" #include "base/memory/shared_memory.h" -#include "gpu/command_buffer/common/types.h" #include "gpu/gpu_export.h" namespace base { |