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 {