diff options
author | 2019-02-23 00:39:16 +0000 | |
---|---|---|
committer | 2019-02-23 00:39:16 +0000 | |
commit | f90d07b1b34bc63dfa7e72035f73680a54787ecc (patch) | |
tree | e275779136a1b9b310e5df30f77641337a027f24 /libs/hwui/Caches.cpp | |
parent | bcaf7945791830a045273d7a6f7007b419f2e2bd (diff) | |
parent | b455c3a7f3e98f7a576cdc21bdc96ae8ec30c8f0 (diff) |
Merge "DO NOT MERGE - Merge pi-dev@5234907 into stage-aosp-master" into stage-aosp-master
Diffstat (limited to 'libs/hwui/Caches.cpp')
-rw-r--r-- | libs/hwui/Caches.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/hwui/Caches.cpp b/libs/hwui/Caches.cpp index 0ffd116236f5..3c774a3313d2 100644 --- a/libs/hwui/Caches.cpp +++ b/libs/hwui/Caches.cpp @@ -234,13 +234,13 @@ void Caches::flush(FlushMode mode) { gradientCache.clear(); fontRenderer.clear(); fboCache.clear(); - [[fallthrough]]; + // fall through case FlushMode::Moderate: fontRenderer.flush(); textureCache.flush(); pathCache.clear(); tessellationCache.clear(); - [[fallthrough]]; + // fall through case FlushMode::Layers: renderBufferCache.clear(); break; |