| Index: tests/PictureTest.cpp
|
| diff --git a/tests/PictureTest.cpp b/tests/PictureTest.cpp
|
| index c9860f994c1f4d7cdac4247f3feeba085b98dbca..18af979954d70562e4bb04ff501f943e6f6a61bb 100644
|
| --- a/tests/PictureTest.cpp
|
| +++ b/tests/PictureTest.cpp
|
| @@ -1256,7 +1256,7 @@ struct CountingBBH : public SkBBoxHierarchy {
|
| }
|
|
|
| void insert(SkAutoTMalloc<SkRect>*, int) SK_OVERRIDE {}
|
| - virtual size_t bytesUsed() const { return 0; }
|
| + virtual size_t bytesUsed() const SK_OVERRIDE { return 0; }
|
| };
|
|
|
| class SpoonFedBBHFactory : public SkBBHFactory {
|
|
|