diff options
author | John Reck <jreck@google.com> | 2014-05-09 15:26:59 -0700 |
---|---|---|
committer | John Reck <jreck@google.com> | 2014-05-09 15:28:54 -0700 |
commit | 9fa4071c4768c63902c6a74a4b480b51a8b95d43 (patch) | |
tree | 58af105fa395d7fc1fb0cf3922a4270c9f7a662d /libs/hwui/CanvasProperty.h | |
parent | 0557476eb0db53b8232e43ce183cd157042db976 (diff) |
Refactor VirtualLightRefBase & JNI
Change-Id: I8e244e7109e59d5be96871b23bb9b1201c7f9eaa
Diffstat (limited to 'libs/hwui/CanvasProperty.h')
-rw-r--r-- | libs/hwui/CanvasProperty.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libs/hwui/CanvasProperty.h b/libs/hwui/CanvasProperty.h index 2e1d17650b36..6074394d0720 100644 --- a/libs/hwui/CanvasProperty.h +++ b/libs/hwui/CanvasProperty.h @@ -16,8 +16,9 @@ #ifndef CANVASPROPERTY_H #define CANVASPROPERTY_H +#include <utils/RefBase.h> + #include "utils/Macros.h" -#include "utils/VirtualLightRefBase.h" #include <SkPaint.h> |