diff options
author | sergeyv <sergeyv@google.com> | 2016-03-21 15:38:21 -0700 |
---|---|---|
committer | sergeyv <sergeyv@google.com> | 2016-03-21 15:55:46 -0700 |
commit | dccca44ffda4836b56a21da95a046c9708ffd49c (patch) | |
tree | e4c0bcfeb0f37f0fd6ed4a08d58e701494bc61a8 /libs/hwui/VectorDrawable.h | |
parent | c57fc4787f5aadb129686e904b86d343c8ae3541 (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/VectorDrawable.h')
-rw-r--r-- | libs/hwui/VectorDrawable.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/hwui/VectorDrawable.h b/libs/hwui/VectorDrawable.h index 4d2fed096adf..7a45bf5ca8a8 100644 --- a/libs/hwui/VectorDrawable.h +++ b/libs/hwui/VectorDrawable.h @@ -17,7 +17,7 @@ #ifndef ANDROID_HWUI_VPATH_H #define ANDROID_HWUI_VPATH_H -#include "Canvas.h" +#include "hwui/Canvas.h" #include <SkBitmap.h> #include <SkColor.h> |