Chromium Code Reviews

Unified Diff: include/gpu/GrContext.h

Issue 275493004: Rename from "(un)lock" to "(un)map" for geometry buffers. (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: include/gpu/GrContext.h
diff --git a/include/gpu/GrContext.h b/include/gpu/GrContext.h
index 195ab72a7f377f71174ec7c092851e10077cad8a..e7584c83eabe684b5117cb327e4833f6917608cd 100644
--- a/include/gpu/GrContext.h
+++ b/include/gpu/GrContext.h
@@ -143,6 +143,8 @@ public:
size_t rowBytes,
GrResourceKey* cacheKey = NULL);
+
+
/**
* Search for an entry based on key and dimensions. If found, ref it and return it. The return
* value will be NULL if not found. The caller must balance with a call to unref.

Powered by Google App Engine