Index: cc/resources/picture_pile_impl.h |
diff --git a/cc/resources/picture_pile_impl.h b/cc/resources/picture_pile_impl.h |
index d7d03999774fb63c40818315d09316eabf3b1b0d..3e0dd787855bee4712e3b4001b0878d746e9efad 100644 |
--- a/cc/resources/picture_pile_impl.h |
+++ b/cc/resources/picture_pile_impl.h |
@@ -67,6 +67,7 @@ class CC_EXPORT PicturePileImpl : public RasterSource { |
void DidBeginTracing() override; |
void AsValueInto(base::debug::TracedValue* array) const override; |
skia::RefPtr<SkPicture> GetFlattenedPicture() override; |
+ size_t GetPictureMemoryUsage() const override; |
// Iterator used to return SkPixelRefs from this picture pile. |
// Public for testing. |