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

Unified Diff: gpu/command_buffer/service/vertex_attrib_manager.h

Issue 2469803003: Revert of Initialize buffers before allowing access to them. (Closed)
Patch Set: Created 4 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/service/vertex_attrib_manager.h
diff --git a/gpu/command_buffer/service/vertex_attrib_manager.h b/gpu/command_buffer/service/vertex_attrib_manager.h
index 4a2796bfeee75e77b19b6a4389236c4a30fa21c7..363e5c94bfaaf0faa70fc39e8e44585147b0c7fd 100644
--- a/gpu/command_buffer/service/vertex_attrib_manager.h
+++ b/gpu/command_buffer/service/vertex_attrib_manager.h
@@ -20,7 +20,6 @@
namespace gpu {
namespace gles2 {
-class BufferManager;
class FeatureInfo;
class GLES2Decoder;
class Program;
@@ -272,7 +271,6 @@
const char* function_name,
GLES2Decoder* decoder,
FeatureInfo* feature_info,
- BufferManager* buffer_manager,
Program* current_program,
GLuint max_vertex_accessed,
bool instanced,
@@ -332,3 +330,4 @@
} // namespace gpu
#endif // GPU_COMMAND_BUFFER_SERVICE_VERTEX_ATTRIB_MANAGER_H_
+
« no previous file with comments | « gpu/command_buffer/service/indexed_buffer_binding_host.cc ('k') | gpu/command_buffer/service/vertex_attrib_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698