diff options
author | Bo Liu <boliu@google.com> | 2021-07-17 16:42:13 -0400 |
---|---|---|
committer | Bo Liu <boliu@google.com> | 2021-07-22 11:33:01 -0400 |
commit | 6a3fc60f4358a49536bb58bf703c97651b2eccba (patch) | |
tree | fc805606213481adeaec4c2d04dd4431cb1d1764 /libs/hwui/renderthread/RenderProxy.h | |
parent | 4426772eabda18a5391715ef1a762c2fcfe13eb0 (diff) |
Switch HWUI to use native performance hint API
Test: None
Bug: 194204196
Change-Id: I80dfdb5d56921c465406cc4534e82738c668d46d
Diffstat (limited to 'libs/hwui/renderthread/RenderProxy.h')
-rw-r--r-- | libs/hwui/renderthread/RenderProxy.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libs/hwui/renderthread/RenderProxy.h b/libs/hwui/renderthread/RenderProxy.h index 1b0f22e75a2d..2b5405c82563 100644 --- a/libs/hwui/renderthread/RenderProxy.h +++ b/libs/hwui/renderthread/RenderProxy.h @@ -71,8 +71,6 @@ public: void setSwapBehavior(SwapBehavior swapBehavior); bool loadSystemProperties(); void setName(const char* name); - void setHintSessionCallbacks(std::function<void(int64_t)> updateTargetWorkDuration, - std::function<void(int64_t)> reportActualWorkDuration); void setSurface(ANativeWindow* window, bool enableTimeout = true); void setSurfaceControl(ASurfaceControl* surfaceControl); |