commit | f11accf5cfb540a33ab3e5a7c61400fceb36ba4c | [log] [tgz] |
---|---|---|
author | Tao Bao <tbao@google.com> | Mon Oct 22 12:34:22 2018 -0700 |
committer | Tao Bao <tbao@google.com> | Mon Oct 22 13:20:33 2018 -0700 |
tree | 360083f94eca555ec1297c07b625dae321eb0cf2 | |
parent | ebbc281a257876ac4163b9151e3b10f8a4f77d1e [diff] |
healthd: `GRSurface` now is a class. Test: mmma -j system/core/healthd Change-Id: I696542535cf4707c707c4f024de504ce343b1e69
diff --git a/healthd/animation.h b/healthd/animation.h index 562b689..f59fb38 100644 --- a/healthd/animation.h +++ b/healthd/animation.h
@@ -20,7 +20,7 @@ #include <inttypes.h> #include <string> -struct GRSurface; +class GRSurface; struct GRFont; namespace android {