diff options
Diffstat (limited to 'cc/heads_up_display_layer_impl.h')
-rw-r--r-- | cc/heads_up_display_layer_impl.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cc/heads_up_display_layer_impl.h b/cc/heads_up_display_layer_impl.h index 6e5a30d..41ef805 100644 --- a/cc/heads_up_display_layer_impl.h +++ b/cc/heads_up_display_layer_impl.h @@ -21,6 +21,7 @@ namespace cc { class DebugRectHistory; class FontAtlas; class FrameRateCounter; +class MemoryHistory; class PaintTimeCounter; class CC_EXPORT HeadsUpDisplayLayerImpl : public LayerImpl { @@ -75,6 +76,7 @@ private: void drawGraphLines(SkCanvas*, SkPaint*, const SkRect& bounds, const Graph&); int drawFPSDisplay(SkCanvas*, FrameRateCounter*, const int& top); + int drawMemoryDisplay(SkCanvas*, MemoryHistory*, const int& top); int drawPaintTimeDisplay(SkCanvas*, PaintTimeCounter*, const int& top); void drawDebugRects(SkCanvas*, DebugRectHistory*); |