commit | e0f75819faf5296ded53a62d19865414f2aaca8a | [log] [tgz] |
---|---|---|
author | Tao Bao <tbao@google.com> | Tue Oct 23 10:34:00 2018 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Tue Oct 23 10:34:00 2018 -0700 |
tree | 5d7ce217e008c1e2c77bda1194b08523dacd607b | |
parent | 6efa5fda7b8ada1157887ff3ad360c9e9dff1683 [diff] | |
parent | 07d9cf8a9696462b57bd4a954ade93d3edde3f8a [diff] |
Merge "healthd: `GRSurface` now is a class." am: bebeb7e951 am: bc7a66a53e am: 9a229f948b Change-Id: I2da080b2fb4dbd7fba37bad9ac53d9d99d9c0612
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 {