diff options
author | 2021-10-08 20:54:32 +0000 | |
---|---|---|
committer | 2021-10-08 20:54:32 +0000 | |
commit | 9d0e2db31e2a2289c59a6d33fbd0887e6793a683 (patch) | |
tree | 68504d5f87c3c0678623077f1f13726e9f7f876d /libs/hwui/Properties.cpp | |
parent | 53b24619dbae316d093b96f32dd27b881be97c52 (diff) | |
parent | 6c8f89e4287e450340258e0073e19798bbc9bda2 (diff) |
Merge "Update RenderEffectCache capability query" into sc-v2-dev am: 58745e540e am: 6c8f89e428
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/16007299
Change-Id: I6c4f7dd465be57034b8f32aa4539c3a098330dfa
Diffstat (limited to 'libs/hwui/Properties.cpp')
-rw-r--r-- | libs/hwui/Properties.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libs/hwui/Properties.cpp b/libs/hwui/Properties.cpp index 513ad9aab9ff..bcfe9c3ecab4 100644 --- a/libs/hwui/Properties.cpp +++ b/libs/hwui/Properties.cpp @@ -50,7 +50,8 @@ bool Properties::showDirtyRegions = false; bool Properties::skipEmptyFrames = true; bool Properties::useBufferAge = true; bool Properties::enablePartialUpdates = true; -bool Properties::enableRenderEffectCache = false; +// Default true unless otherwise specified in RenderThread Configuration +bool Properties::enableRenderEffectCache = true; DebugLevel Properties::debugLevel = kDebugDisabled; OverdrawColorSet Properties::overdrawColorSet = OverdrawColorSet::Default; |