diff options
author | 2014-06-03 15:53:15 -0700 | |
---|---|---|
committer | 2014-06-04 12:21:26 -0700 | |
commit | e4267ea4f20740c37c01bfb6aefcf61fddc4566a (patch) | |
tree | 0d00c8bff43f8b0cbe4284e51299f5ca128c83c3 /libs/hwui/RenderProperties.cpp | |
parent | 79c7de77a7da9cbcb9428ab6203987feb35a427f (diff) |
Even FASTER damage calculations!
* Now with more native!
* Less matrix math thanks to bulk-property-update support!
* Zero JNI on the View.damageInParent() path!
* Fully aware of RT-driven animators!
* Likely full of new and exciting bugs!
* But it also fixes at least 1 existing invalidate bug!
Change-Id: Ie0773f85a60850ff2668370c58defef2e8aa079f
Diffstat (limited to 'libs/hwui/RenderProperties.cpp')
-rw-r--r-- | libs/hwui/RenderProperties.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/hwui/RenderProperties.cpp b/libs/hwui/RenderProperties.cpp index 5f7d4e3f4656..6163df5aef3f 100644 --- a/libs/hwui/RenderProperties.cpp +++ b/libs/hwui/RenderProperties.cpp @@ -44,6 +44,7 @@ RenderProperties::PrimitiveFields::PrimitiveFields() , mPivotX(0), mPivotY(0) , mLeft(0), mTop(0), mRight(0), mBottom(0) , mWidth(0), mHeight(0) + , mScrollX(0), mScrollY(0) , mPivotExplicitlySet(false) , mMatrixOrPivotDirty(false) , mCaching(false) { |