diff options
| author | 2016-09-30 22:05:18 +0000 | |
|---|---|---|
| committer | 2016-09-30 22:05:19 +0000 | |
| commit | 4308a78ab80b776ae18d4c7a902dc20f2bc3e613 (patch) | |
| tree | 99fc88f0e10e7764cd1a5ddf03189c2379dfbbd3 /include/gui/BufferQueueConsumer.h | |
| parent | 7b84b6b651de8f3111a4e1c055d53b5b092d02d8 (diff) | |
| parent | 3d1d280fa3cbc30700f728a4b13e5308315433d3 (diff) | |
Merge "Rename dump methods to dumpState"
Diffstat (limited to 'include/gui/BufferQueueConsumer.h')
| -rw-r--r-- | include/gui/BufferQueueConsumer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/gui/BufferQueueConsumer.h b/include/gui/BufferQueueConsumer.h index 8ec0546c7e..e2bafec4a9 100644 --- a/include/gui/BufferQueueConsumer.h +++ b/include/gui/BufferQueueConsumer.h @@ -144,7 +144,7 @@ public: virtual status_t discardFreeBuffers() override; // dump our state in a String - virtual void dump(String8& result, const char* prefix) const; + virtual void dumpState(String8& result, const char* prefix) const; // Functions required for backwards compatibility. // These will be modified/renamed in IGraphicBufferConsumer and will be |