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

Side by Side Diff: src/gpu/gl/debug/GrBufferObj.h

Issue 1842753002: Style bikeshed - remove extraneous whitespace (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 4 years, 8 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
OLDNEW
1
2 /* 1 /*
3 * Copyright 2012 Google Inc. 2 * Copyright 2012 Google Inc.
4 * 3 *
5 * Use of this source code is governed by a BSD-style license that can be 4 * Use of this source code is governed by a BSD-style license that can be
6 * found in the LICENSE file. 5 * found in the LICENSE file.
7 */ 6 */
8 7
9 #ifndef GrBufferObj_DEFINED 8 #ifndef GrBufferObj_DEFINED
10 #define GrBufferObj_DEFINED 9 #define GrBufferObj_DEFINED
11 10
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
67 bool fBound; // is the buffer object bound via "glBindBuffer" ? 66 bool fBound; // is the buffer object bound via "glBindBuffer" ?
68 GrGLsizeiptr fSize; // size in bytes 67 GrGLsizeiptr fSize; // size in bytes
69 GrGLint fUsage; // one of: GL_STREAM_DRAW, 68 GrGLint fUsage; // one of: GL_STREAM_DRAW,
70 // GL_STATIC_DRAW, 69 // GL_STATIC_DRAW,
71 // GL_DYNAMIC_DRAW 70 // GL_DYNAMIC_DRAW
72 71
73 typedef GrFakeRefObj INHERITED; 72 typedef GrFakeRefObj INHERITED;
74 }; 73 };
75 74
76 #endif // GrBufferObj_DEFINED 75 #endif // GrBufferObj_DEFINED
OLDNEW
« no previous file with comments | « src/gpu/gl/command_buffer/SkCommandBufferGLContext.cpp ('k') | src/gpu/gl/debug/GrBufferObj.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698