Forward declare gfxMatrix as a struct, no bug

This commit is contained in:
Ehsan Akhgari
2013-09-28 18:20:45 -04:00
parent 1a3fccec95
commit 37e66ce2ef
2 changed files with 2 additions and 2 deletions

View File

@@ -26,7 +26,7 @@
* layer manager fall back on full GPU composition.
*/
class gfxMatrix;
struct gfxMatrix;
namespace mozilla {
namespace layers {