Index: src/gpu/gl/GrGLPath.h |
diff --git a/src/gpu/gl/GrGLPath.h b/src/gpu/gl/GrGLPath.h |
index 3647d4d628656a77fcccd54079edebf2769a5c2e..3409547b2b06ac4d154fc8cdeb7017ffb6a96de3 100644 |
--- a/src/gpu/gl/GrGLPath.h |
+++ b/src/gpu/gl/GrGLPath.h |
@@ -27,7 +27,7 @@ public: |
GrGLuint pathID() const { return fPathID; } |
// TODO: Figure out how to get an approximate size of the path in Gpu |
// memory. |
- virtual size_t sizeInBytes() const SK_OVERRIDE { return 100; } |
+ virtual size_t gpuMemorySize() const SK_OVERRIDE { return 100; } |
protected: |
virtual void onRelease() SK_OVERRIDE; |