diff options
Diffstat (limited to 'gpu/include/GrPath.h')
-rw-r--r-- | gpu/include/GrPath.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gpu/include/GrPath.h b/gpu/include/GrPath.h index a9b75665c3..cf7b97f2d8 100644 --- a/gpu/include/GrPath.h +++ b/gpu/include/GrPath.h @@ -78,6 +78,8 @@ private: } friend class Iter; + + typedef GrPathSink INHERITED; }; #endif |