commit | a7f6bba1a3565c19715e878dfe7f0e01022944ff | [log] [tgz] |
---|---|---|
author | sergeyv <sergeyv@google.com> | Tue Mar 15 16:16:22 2016 -0700 |
committer | sergeyv <sergeyv@google.com> | Thu Mar 17 09:48:57 2016 -0700 |
tree | 6f981aa976c049bf207727229f1275a3a6e8e530 | |
parent | ffaf94459a5042cd0881c7764c267a34aa5b60f0 [diff] [blame] |
Move text logic from jni to hwui level bug:25865834 Change-Id: I2d8c9c9544afcb5ce1784f732aed3e54e0eda372
diff --git a/libs/hwui/Snapshot.cpp b/libs/hwui/Snapshot.cpp index cf5e69a..d784280 100644 --- a/libs/hwui/Snapshot.cpp +++ b/libs/hwui/Snapshot.cpp
@@ -16,7 +16,7 @@ #include "Snapshot.h" -#include "Canvas.h" +#include "hwui/Canvas.h" namespace android { namespace uirenderer {