Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(76)

Side by Side Diff: gpu/command_buffer/common/types.h

Issue 268063002: Remove command_buffer/common/types.h. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 // Copyright (c) 2011 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 // TODO(thakis): Change all files that include this file to instead include the
6 // base files below directly and remove this file.
7
8 #ifndef GPU_COMMAND_BUFFER_COMMON_TYPES_H_
9 #define GPU_COMMAND_BUFFER_COMMON_TYPES_H_
10
11 #include "base/basictypes.h"
12 #include "base/macros.h"
13
14 #endif // GPU_COMMAND_BUFFER_COMMON_TYPES_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698