commit | b7b93e00893f5c690a96bd3e0e10583bc5721f83 | [log] [tgz] |
---|---|---|
author | Romain Guy <romainguy@google.com> | Thu Aug 01 15:29:25 2013 -0700 |
committer | Romain Guy <romainguy@google.com> | Thu Aug 01 15:35:24 2013 -0700 |
tree | 89c975e81ab527630ab4c10478b80bca12593d24 | |
parent | 5d3dff1d66f99fbd5bef9178e62d789119c02ad1 [diff] [blame] |
Fix region clipping bugs See external bug #58344 Change-Id: Iecd6c41fc8076cd76add2335d3442a6dd8878f12
diff --git a/libs/hwui/Stencil.cpp b/libs/hwui/Stencil.cpp index ba2e6f2..2764523 100644 --- a/libs/hwui/Stencil.cpp +++ b/libs/hwui/Stencil.cpp
@@ -14,6 +14,7 @@ * limitations under the License. */ +#include "Debug.h" #include "Extensions.h" #include "Properties.h" #include "Stencil.h"