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

Unified Diff: src/gpu/GrGpu.h

Issue 275493004: Rename from "(un)lock" to "(un)map" for geometry buffers. (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Address Rob's comments 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 | « src/gpu/GrGeometryBuffer.h ('k') | src/gpu/GrGpu.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/gpu/GrGpu.h
diff --git a/src/gpu/GrGpu.h b/src/gpu/GrGpu.h
index fc1623708edec835eda45c3ab02517ef6d29b489..11f87e0458d9b0b8b0aa3cd386ee7363d4a6028c 100644
--- a/src/gpu/GrGpu.h
+++ b/src/gpu/GrGpu.h
@@ -101,8 +101,8 @@ public:
*
* @param size size in bytes of the vertex buffer
* @param dynamic hints whether the data will be frequently changed
- * by either GrVertexBuffer::lock or
- * GrVertexBuffer::updateData.
+ * by either GrVertexBuffer::map() or
+ * GrVertexBuffer::updateData().
*
* @return The vertex buffer if successful, otherwise NULL.
*/
@@ -113,8 +113,8 @@ public:
*
* @param size size in bytes of the index buffer
* @param dynamic hints whether the data will be frequently changed
- * by either GrIndexBuffer::lock or
- * GrIndexBuffer::updateData.
+ * by either GrIndexBuffer::map() or
+ * GrIndexBuffer::updateData().
*
* @return The index buffer if successful, otherwise NULL.
*/
« no previous file with comments | « src/gpu/GrGeometryBuffer.h ('k') | src/gpu/GrGpu.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698