diff options
| author | 2016-07-21 22:19:07 -0700 | |
|---|---|---|
| committer | 2016-07-21 22:19:07 -0700 | |
| commit | 846799d693adc83ba973d8fef6d73dc53a994d1d (patch) | |
| tree | 0efa9d03c0ee4442b8e42e0d86f90ea1a561e63a /libs/hwui/PatchCache.h | |
| parent | 32a2864389661520682f65856eb027dea57d76b5 (diff) | |
| parent | f53bfc911fa88c15b25f38553a5647ad00f221a3 (diff) | |
resolve merge conflicts of f53bfc9 to master
Change-Id: Idb454415b166b2ff215c604475dd9129958e7edd
Diffstat (limited to 'libs/hwui/PatchCache.h')
| -rw-r--r-- | libs/hwui/PatchCache.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/hwui/PatchCache.h b/libs/hwui/PatchCache.h index 4e587fb719d4..6e6a730ffe2b 100644 --- a/libs/hwui/PatchCache.h +++ b/libs/hwui/PatchCache.h @@ -51,7 +51,7 @@ class RenderState; class PatchCache { public: - PatchCache(RenderState& renderState); + explicit PatchCache(RenderState& renderState); ~PatchCache(); const Patch* get(const AssetAtlas::Entry* entry, |