diff options
Diffstat (limited to 'libs/hwui/ResourceCache.h')
-rw-r--r-- | libs/hwui/ResourceCache.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libs/hwui/ResourceCache.h b/libs/hwui/ResourceCache.h index d9b3718133fe..2256fd168819 100644 --- a/libs/hwui/ResourceCache.h +++ b/libs/hwui/ResourceCache.h @@ -14,8 +14,8 @@ * limitations under the License. */ -#ifndef ANDROID_UI_RESOURCE_CACHE_H -#define ANDROID_UI_RESOURCE_CACHE_H +#ifndef ANDROID_HWUI_RESOURCE_CACHE_H +#define ANDROID_HWUI_RESOURCE_CACHE_H #include <SkBitmap.h> #include <SkiaColorFilter.h> @@ -75,4 +75,4 @@ private: }; // namespace uirenderer }; // namespace android -#endif // ANDROID_UI_RESOURCE_CACHE_H +#endif // ANDROID_HWUI_RESOURCE_CACHE_H |