summaryrefslogtreecommitdiffstats
path: root/libs/hwui/renderthread/RenderProxy.h
diff options
context:
space:
mode:
authorChris Craik <ccraik@google.com>2015-01-21 14:22:39 -0800
committerChris Craik <ccraik@google.com>2015-01-21 14:22:39 -0800
commit2ae07339824efc50468f971ff8920ff0b894cad4 (patch)
treeade54607e4541ad140890fb32e39b0e9df6bf438 /libs/hwui/renderthread/RenderProxy.h
parent8076b5a8df5bdfab478c8af41b65de7b131db5b3 (diff)
downloadframeworks_base-2ae07339824efc50468f971ff8920ff0b894cad4.zip
frameworks_base-2ae07339824efc50468f971ff8920ff0b894cad4.tar.gz
frameworks_base-2ae07339824efc50468f971ff8920ff0b894cad4.tar.bz2
Remove DisplayListLogBuffer
Change-Id: I001832fc444b6d532f4a382e0a31cc1d8956dbd8
Diffstat (limited to 'libs/hwui/renderthread/RenderProxy.h')
-rw-r--r--libs/hwui/renderthread/RenderProxy.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/hwui/renderthread/RenderProxy.h b/libs/hwui/renderthread/RenderProxy.h
index fd1fe05..d87e777 100644
--- a/libs/hwui/renderthread/RenderProxy.h
+++ b/libs/hwui/renderthread/RenderProxy.h
@@ -96,7 +96,7 @@ public:
ANDROID_API void notifyFramePending();
ANDROID_API void dumpProfileInfo(int fd);
- ANDROID_API static void outputLogBuffer(int fd);
+ ANDROID_API static void dumpGraphicsMemory(int fd);
ANDROID_API void setTextureAtlas(const sp<GraphicBuffer>& buffer, int64_t* map, size_t size);