diff options
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 bc0f2114d203..5dfb2fa5a37d 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 |