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

Unified Diff: gpu/command_buffer/service/gles2_cmd_decoder.cc

Issue 264373004: Return has value, in function returning void. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/browser/compositor/delegated_frame_host.cc ('k') | ui/gl/gl_gl_api_implementation.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/command_buffer/service/gles2_cmd_decoder.cc
diff --git a/gpu/command_buffer/service/gles2_cmd_decoder.cc b/gpu/command_buffer/service/gles2_cmd_decoder.cc
index e690bc3d6627fa134552246284dd0d56ea7e5381..956dee098ed19bb61453d53a4c8b55c9da61d0dd 100644
--- a/gpu/command_buffer/service/gles2_cmd_decoder.cc
+++ b/gpu/command_buffer/service/gles2_cmd_decoder.cc
@@ -1098,7 +1098,7 @@ class GLES2DecoderImpl : public GLES2Decoder,
// Creates a vertex attrib manager for the given vertex array.
void CreateVertexAttribManager(GLuint client_id, GLuint service_id) {
- return vertex_array_manager()->CreateVertexAttribManager(
+ vertex_array_manager()->CreateVertexAttribManager(
client_id, service_id, group_->max_vertex_attribs());
}
« no previous file with comments | « content/browser/compositor/delegated_frame_host.cc ('k') | ui/gl/gl_gl_api_implementation.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698