aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrBufferAllocPool.h
diff options
context:
space:
mode:
authorGravatar joshualitt <joshualitt@chromium.org>2015-05-29 06:46:47 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2015-05-29 06:46:47 -0700
commit7224c866321e4222ef452fc0c73ae05283a2227c (patch)
tree4f413c7e679c7a4fd04c966ca6d6b8298e18c349 /src/gpu/GrBufferAllocPool.h
parente800657f2f8a42863481f5a4d7b0d698ecd94e4c (diff)
add context override of GeometryBufferMapThreshold
Diffstat (limited to 'src/gpu/GrBufferAllocPool.h')
-rw-r--r--src/gpu/GrBufferAllocPool.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gpu/GrBufferAllocPool.h b/src/gpu/GrBufferAllocPool.h
index df0a0ccd9c..cd5d1971da 100644
--- a/src/gpu/GrBufferAllocPool.h
+++ b/src/gpu/GrBufferAllocPool.h
@@ -128,6 +128,7 @@ private:
int fPreallocBufferStartIdx;
SkAutoMalloc fCpuData;
void* fBufferPtr;
+ size_t fGeometryBufferMapThreshold;
};
class GrVertexBuffer;