commit | 777af95c4e8dea3db83ccd9ba52bb63757e5083d | [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 | f5518d04f1020bd7f67e47b3f556bcbaf422e7a6 [diff] [blame] |
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 {