commit | b45c0c9774bd19a9dbe77d149abae4e124b08bf6 | [log] [tgz] |
---|---|---|
author | Romain Guy <romainguy@google.com> | Thu Aug 26 20:35:23 2010 -0700 |
committer | Romain Guy <romainguy@google.com> | Fri Aug 27 11:31:24 2010 -0700 |
tree | 809e63c596802906242c982ed67f463481b57230 | |
parent | c70bd1921bbc4046d0caf84959e5f1c2d526769a [diff] [blame] |
Apply gamma correction to font rendering. Change-Id: I1b05f40e356221b2a5eb9400e67d77ecd98ed6c4
diff --git a/libs/hwui/TextDropShadowCache.cpp b/libs/hwui/TextDropShadowCache.cpp index f95d2be..9d54277 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 {