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.cpp | |
parent | 44627c264f241b53fc903a0fb42c399dbd17efb8 (diff) |
Remove Properties::isSkiaPipeline (3/!?)
Test: hwuiunit & CtsUiRenderingTestCases pass
Change-Id: Ie7b336eacdd1b8660e09653c64eb6ea0a7b4a258
Diffstat (limited to 'libs/hwui/Properties.cpp')
-rw-r--r-- | libs/hwui/Properties.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/libs/hwui/Properties.cpp b/libs/hwui/Properties.cpp index 0d1257fc7b12..064763f65e09 100644 --- a/libs/hwui/Properties.cpp +++ b/libs/hwui/Properties.cpp @@ -215,10 +215,5 @@ void Properties::overrideRenderPipelineType(RenderPipelineType type) { sRenderPipelineType = type; } -bool Properties::isSkiaEnabled() { - auto renderType = getRenderPipelineType(); - return RenderPipelineType::SkiaGL == renderType || RenderPipelineType::SkiaVulkan == renderType; -} - }; // namespace uirenderer }; // namespace android |