diff options
| author | 2017-08-14 18:00:07 +0000 | |
|---|---|---|
| committer | 2017-08-14 18:06:46 +0000 | |
| commit | 60d7841e39fb197c5630b1c2b41fe1623f419fcd (patch) | |
| tree | 2c3f8b5784b84afbede16577552034c8dc639426 /libs/hwui/Properties.cpp | |
| parent | 4bc27b6e64dcfa43a17f4309b94e2dddc93e8525 (diff) | |
Revert "Switch default renderer to Skia's OpenGL pipeline."
This reverts commit 4bc27b6e64dcfa43a17f4309b94e2dddc93e8525.
Bug: 64487466
Bug: 63910712
Bug: 64683344
Change-Id: Icd4ab774788d72252c4dce0925f0bef20a60511f
Diffstat (limited to 'libs/hwui/Properties.cpp')
| -rw-r--r-- | libs/hwui/Properties.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/hwui/Properties.cpp b/libs/hwui/Properties.cpp index 4c84ad2b80a8..acc75393ebcf 100644 --- a/libs/hwui/Properties.cpp +++ b/libs/hwui/Properties.cpp @@ -176,7 +176,7 @@ RenderPipelineType Properties::getRenderPipelineType() { return sRenderPipelineType; } char prop[PROPERTY_VALUE_MAX]; - property_get(PROPERTY_RENDERER, prop, "skiagl"); + property_get(PROPERTY_RENDERER, prop, "opengl"); if (!strcmp(prop, "skiagl") ) { ALOGD("Skia GL Pipeline"); sRenderPipelineType = RenderPipelineType::SkiaGL; |