summaryrefslogtreecommitdiff
path: root/libs/hwui/CanvasState.cpp
diff options
context:
space:
mode:
authorsergeyv <sergeyv@google.com>2016-03-21 15:38:21 -0700
committersergeyv <sergeyv@google.com>2016-03-21 15:55:46 -0700
commitdccca44ffda4836b56a21da95a046c9708ffd49c (patch)
treee4c0bcfeb0f37f0fd6ed4a08d58e701494bc61a8 /libs/hwui/CanvasState.cpp
parentc57fc4787f5aadb129686e904b86d343c8ae3541 (diff)
Reland: Move text logic from jni to hwui level
Initial CL: https://googleplex-android-review.git.corp.google.com/#/c/886854/ Change-Id: I9dfd85fe1d2a2c44f4360c8a29fd58d80e6f31c8
Diffstat (limited to 'libs/hwui/CanvasState.cpp')
-rw-r--r--libs/hwui/CanvasState.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/hwui/CanvasState.cpp b/libs/hwui/CanvasState.cpp
index 43ff33f2b997..e2149d1e4a69 100644
--- a/libs/hwui/CanvasState.cpp
+++ b/libs/hwui/CanvasState.cpp
@@ -14,8 +14,8 @@
* limitations under the License.
*/
-#include "Canvas.h"
#include "CanvasState.h"
+#include "hwui/Canvas.h"
#include "utils/MathUtils.h"
namespace android {