diff options
author | John Reck <jreck@google.com> | 2018-04-12 15:20:09 -0700 |
---|---|---|
committer | John Reck <jreck@google.com> | 2018-04-12 15:21:21 -0700 |
commit | 1072fffddbd004f8ff0d089716d52add2960969e (patch) | |
tree | 0586f4b7e823bb12c5f5a52b20dbd7ebe85bddf4 /libs/hwui/Properties.h | |
parent | 44627c264f241b53fc903a0fb42c399dbd17efb8 (diff) |
Remove Properties::isSkiaPipeline (3/!?)
Test: hwuiunit & CtsUiRenderingTestCases pass
Change-Id: Ie7b336eacdd1b8660e09653c64eb6ea0a7b4a258
Diffstat (limited to 'libs/hwui/Properties.h')
-rw-r--r-- | libs/hwui/Properties.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libs/hwui/Properties.h b/libs/hwui/Properties.h index 03a3e36c4495..5376bab50b58 100644 --- a/libs/hwui/Properties.h +++ b/libs/hwui/Properties.h @@ -247,7 +247,6 @@ public: static ProfileType getProfileType(); ANDROID_API static RenderPipelineType getRenderPipelineType(); - static bool isSkiaEnabled(); ANDROID_API static bool enableHighContrastText; |