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

Unified Diff: gpu/command_buffer/common/id_allocator.h

Issue 11413094: Fix VAOs and client side arrays (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years, 1 month 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 side-by-side diff with in-line comments
Download patch
Index: gpu/command_buffer/common/id_allocator.h
diff --git a/gpu/command_buffer/common/id_allocator.h b/gpu/command_buffer/common/id_allocator.h
index 7e25dbb0469af703a50bbc810e9179c571b817d0..7d509f85d0ad61284ff66824a4b66d4730d17514 100644
--- a/gpu/command_buffer/common/id_allocator.h
+++ b/gpu/command_buffer/common/id_allocator.h
@@ -13,6 +13,7 @@
#include "base/compiler_specific.h"
#include "../../gpu_export.h"
+#include "../client/hash_tables.h"
bajones 2012/11/26 18:01:06 It's not clear to me what this was required for.
greggman 2012/11/28 08:18:57 Done.
#include "../common/types.h"
namespace gpu {

Powered by Google App Engine
This is Rietveld 408576698