diff options
Diffstat (limited to 'libs/hwui/Caches.h')
-rw-r--r-- | libs/hwui/Caches.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/libs/hwui/Caches.h b/libs/hwui/Caches.h index eac9359beab3..fe9411d8bb3f 100644 --- a/libs/hwui/Caches.h +++ b/libs/hwui/Caches.h @@ -14,8 +14,7 @@ * limitations under the License. */ -#ifndef ANDROID_HWUI_CACHES_H -#define ANDROID_HWUI_CACHES_H +#pragma once #include "AssetAtlas.h" #include "Dither.h" @@ -23,7 +22,6 @@ #include "FboCache.h" #include "GammaFontRenderer.h" #include "GradientCache.h" -#include "LayerCache.h" #include "PatchCache.h" #include "ProgramCache.h" #include "PathCache.h" @@ -146,7 +144,6 @@ private: Extensions mExtensions; public: TextureCache textureCache; - LayerCache layerCache; RenderBufferCache renderBufferCache; GradientCache gradientCache; PatchCache patchCache; @@ -205,5 +202,3 @@ private: }; // namespace uirenderer }; // namespace android - -#endif // ANDROID_HWUI_CACHES_H |