diff options
author | TreeHugger Robot <treehugger-gerrit@google.com> | 2019-04-26 05:20:34 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2019-04-26 05:20:34 +0000 |
commit | 862a21c97797180d0de9e318093e5933a7485bb5 (patch) | |
tree | d529e79b7b1945db01bc5677dd34a6af64863076 /libs/hwui/Properties.h | |
parent | f90c2983ae94f867d3ba0ce998e1f878ed0624b3 (diff) | |
parent | 4bf3d9eda41325b3e859377ce5ca6005e4a7d885 (diff) |
Merge "Zygote: add a way to preload Vulkan driver" into qt-dev
Diffstat (limited to 'libs/hwui/Properties.h')
-rw-r--r-- | libs/hwui/Properties.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/hwui/Properties.h b/libs/hwui/Properties.h index 22e15c7e6424..71b07c947716 100644 --- a/libs/hwui/Properties.h +++ b/libs/hwui/Properties.h @@ -214,6 +214,7 @@ public: static int overrideSpotShadowStrength; static ProfileType getProfileType(); + ANDROID_API static RenderPipelineType peekRenderPipelineType(); ANDROID_API static RenderPipelineType getRenderPipelineType(); ANDROID_API static bool enableHighContrastText; |