summaryrefslogtreecommitdiffstats
path: root/chromium/third_party/skia/include/gpu/GrUserConfig.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/skia/include/gpu/GrUserConfig.h')
-rw-r--r--chromium/third_party/skia/include/gpu/GrUserConfig.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/chromium/third_party/skia/include/gpu/GrUserConfig.h b/chromium/third_party/skia/include/gpu/GrUserConfig.h
index 81294f11a1c..092ff9d8bcc 100644
--- a/chromium/third_party/skia/include/gpu/GrUserConfig.h
+++ b/chromium/third_party/skia/include/gpu/GrUserConfig.h
@@ -13,11 +13,11 @@
#endif
/**
- * This gives a threshold in bytes of when to lock a GrGeometryBuffer vs using
+ * This gives a threshold in bytes of when to map a GrGeometryBuffer vs using
* updateData. (Note the depending on the underlying 3D API the update functions
- * may always be implemented using a lock)
+ * may always be implemented using a map)
*/
-//#define GR_GEOM_BUFFER_LOCK_THRESHOLD (1<<15)
+//#define GR_GEOM_BUFFER_MAP_THRESHOLD (1<<15)
/**
* This gives a threshold in megabytes for the maximum size of the texture cache