diff options
| author | 2014-03-20 16:05:02 +0000 | |
|---|---|---|
| committer | 2014-03-20 16:05:02 +0000 | |
| commit | db2895e97745c68924b831701a2bf76e13a5025a (patch) | |
| tree | 3665526fc7a7dc72aa6f529d2f330c85725c8863 /libs/hwui/Program.h | |
| parent | 1d6c2573d4b2824511354d651d7350df327f454f (diff) | |
| parent | 4eefde23de23a5e9145a634e843964f6f6eaa6bd (diff) | |
am 4eefde23: am 29f00c9f: am 7c9bd98a: am 89513ee5: Merge "Fix projection offset caching - DO NOT MERGE" into klp-dev
* commit '4eefde23de23a5e9145a634e843964f6f6eaa6bd':
Fix projection offset caching - DO NOT MERGE
Diffstat (limited to 'libs/hwui/Program.h')
| -rw-r--r-- | libs/hwui/Program.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/hwui/Program.h b/libs/hwui/Program.h index 4f94afce9164..f6ac8ec76da8 100644 --- a/libs/hwui/Program.h +++ b/libs/hwui/Program.h @@ -431,6 +431,7 @@ private: bool mHasSampler; mat4 mProjection; + bool mOffset; }; // class Program }; // namespace uirenderer |