diff options
author | Romain Guy <romainguy@google.com> | 2010-08-26 20:35:23 -0700 |
---|---|---|
committer | Romain Guy <romainguy@google.com> | 2010-08-27 11:31:24 -0700 |
commit | b45c0c9774bd19a9dbe77d149abae4e124b08bf6 (patch) | |
tree | 809e63c596802906242c982ed67f463481b57230 /libs/hwui/TextDropShadowCache.cpp | |
parent | c70bd1921bbc4046d0caf84959e5f1c2d526769a (diff) |
Apply gamma correction to font rendering.
Change-Id: I1b05f40e356221b2a5eb9400e67d77ecd98ed6c4
Diffstat (limited to 'libs/hwui/TextDropShadowCache.cpp')
-rw-r--r-- | libs/hwui/TextDropShadowCache.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/hwui/TextDropShadowCache.cpp b/libs/hwui/TextDropShadowCache.cpp index f95d2be3acf9..9d54277eed49 100644 --- a/libs/hwui/TextDropShadowCache.cpp +++ b/libs/hwui/TextDropShadowCache.cpp @@ -17,6 +17,7 @@ #define LOG_TAG "OpenGLRenderer" #include "TextDropShadowCache.h" +#include "Properties.h" namespace android { namespace uirenderer { |