diff options
author | Jorim Jaggi <jjaggi@google.com> | 2018-07-18 15:19:39 -0700 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2018-07-18 15:19:39 -0700 |
commit | edf3e1fa2effc158d3be00a6e75fc06a6925362b (patch) | |
tree | 7faddc846a9f4f9dcfcd4804fa7f9e7647afdf45 /libs/hwui/renderthread/RenderProxy.h | |
parent | 101dc0180704e5546742cc1f2063f70dd96c3733 (diff) | |
parent | c9756c9193bbbec8bc3a22536f6967c56c833135 (diff) |
Merge "Move allocateBuffers to RT" into pi-dev am: 2f8a3a4bb8
am: c9756c9193
Change-Id: Ieed40312fe16a54c3e1974621b53e29b23ddcdbc
Diffstat (limited to 'libs/hwui/renderthread/RenderProxy.h')
-rw-r--r-- | libs/hwui/renderthread/RenderProxy.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/hwui/renderthread/RenderProxy.h b/libs/hwui/renderthread/RenderProxy.h index 5668484673fb..c2964a4e3515 100644 --- a/libs/hwui/renderthread/RenderProxy.h +++ b/libs/hwui/renderthread/RenderProxy.h @@ -70,6 +70,7 @@ public: ANDROID_API void setName(const char* name); ANDROID_API void initialize(const sp<Surface>& surface); + ANDROID_API void allocateBuffers(const sp<Surface>& surface); ANDROID_API void updateSurface(const sp<Surface>& surface); ANDROID_API bool pauseSurface(const sp<Surface>& surface); ANDROID_API void setStopped(bool stopped); |