diff options
Diffstat (limited to 'libs/hwui/TextDropShadowCache.h')
-rw-r--r-- | libs/hwui/TextDropShadowCache.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libs/hwui/TextDropShadowCache.h b/libs/hwui/TextDropShadowCache.h index 16e28146fdd7..adf09e20abb0 100644 --- a/libs/hwui/TextDropShadowCache.h +++ b/libs/hwui/TextDropShadowCache.h @@ -14,8 +14,8 @@ * limitations under the License. */ -#ifndef ANDROID_UI_TEXT_DROP_SHADOW_CACHE_H -#define ANDROID_UI_TEXT_DROP_SHADOW_CACHE_H +#ifndef ANDROID_HWUI_TEXT_DROP_SHADOW_CACHE_H +#define ANDROID_HWUI_TEXT_DROP_SHADOW_CACHE_H #include <GLES2/gl2.h> @@ -148,4 +148,4 @@ private: }; // namespace uirenderer }; // namespace android -#endif // ANDROID_UI_TEXT_DROP_SHADOW_CACHE_H +#endif // ANDROID_HWUI_TEXT_DROP_SHADOW_CACHE_H |