aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrMemoryPool.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gpu/GrMemoryPool.h')
-rw-r--r--src/gpu/GrMemoryPool.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gpu/GrMemoryPool.h b/src/gpu/GrMemoryPool.h
index d327df4152..b33ee82471 100644
--- a/src/gpu/GrMemoryPool.h
+++ b/src/gpu/GrMemoryPool.h
@@ -46,9 +46,9 @@ public:
private:
struct BlockHeader;
- BlockHeader* CreateBlock(size_t size);
+ static BlockHeader* CreateBlock(size_t size);
- void DeleteBlock(BlockHeader* block);
+ static void DeleteBlock(BlockHeader* block);
void validate();