diff options
Diffstat (limited to 'libs/hwui/PathCache.h')
-rw-r--r-- | libs/hwui/PathCache.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libs/hwui/PathCache.h b/libs/hwui/PathCache.h index 9a5fc45fb6bd..db5ce0833635 100644 --- a/libs/hwui/PathCache.h +++ b/libs/hwui/PathCache.h @@ -14,8 +14,8 @@ * limitations under the License. */ -#ifndef ANDROID_UI_PATH_CACHE_H -#define ANDROID_UI_PATH_CACHE_H +#ifndef ANDROID_HWUI_PATH_CACHE_H +#define ANDROID_HWUI_PATH_CACHE_H #include <SkBitmap.h> #include <SkPaint.h> @@ -170,4 +170,4 @@ private: }; // namespace uirenderer }; // namespace android -#endif // ANDROID_UI_PATH_CACHE_H +#endif // ANDROID_HWUI_PATH_CACHE_H |