commit | dcbc0e9e25bf99600d487f3c6f5e26487545cd9c | [log] [tgz] |
---|---|---|
author | sergeyv <sergeyv@google.com> | Wed Sep 14 00:43:43 2016 -0700 |
committer | sergeyv <sergeyv@google.com> | Wed Sep 14 09:15:15 2016 -0700 |
tree | 55e9803b11d2f1d153f6890c66e9d4a551a15362 | |
parent | 182f9abdf427996249cb953ffd6133fde3bbfba2 [diff] [blame] | |
parent | 0ec2fd7bc5f3c57f7783425608732d2f95f53c4a [diff] [blame] |
resolve merge conflicts of 0ec2fd7 to master Change-Id: I113ede26ab42e3f9a36a52a756c38d365731e16d
diff --git a/libs/hwui/renderthread/CanvasContext.cpp b/libs/hwui/renderthread/CanvasContext.cpp index 289a72f..43471e5 100644 --- a/libs/hwui/renderthread/CanvasContext.cpp +++ b/libs/hwui/renderthread/CanvasContext.cpp
@@ -412,6 +412,11 @@ } GpuMemoryTracker::onFrameCompleted(); +#ifdef BUGREPORT_FONT_CACHE_USAGE + Caches& caches = Caches::getInstance(); + caches.fontRenderer.getFontRenderer().historyTracker().frameCompleted(); +#endif + } // Called by choreographer to do an RT-driven animation