diff options
Diffstat (limited to 'libs/hwui/GradientCache.h')
-rw-r--r-- | libs/hwui/GradientCache.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libs/hwui/GradientCache.h b/libs/hwui/GradientCache.h index 48877f6d3a7f..c9553f4d6920 100644 --- a/libs/hwui/GradientCache.h +++ b/libs/hwui/GradientCache.h @@ -14,8 +14,8 @@ * limitations under the License. */ -#ifndef ANDROID_UI_GRADIENT_CACHE_H -#define ANDROID_UI_GRADIENT_CACHE_H +#ifndef ANDROID_HWUI_GRADIENT_CACHE_H +#define ANDROID_HWUI_GRADIENT_CACHE_H #include <SkShader.h> @@ -93,4 +93,4 @@ private: }; // namespace uirenderer }; // namespace android -#endif // ANDROID_UI_GRADIENT_CACHE_H +#endif // ANDROID_HWUI_GRADIENT_CACHE_H |