| Index: experimental/SkV8Example/SkV8Example.h
|
| diff --git a/experimental/SkV8Example/SkV8Example.h b/experimental/SkV8Example/SkV8Example.h
|
| index 3d87d7add58aafff350cae06f9087efee830849d..c6239da195e34545d413713970ff718457ed5aef 100644
|
| --- a/experimental/SkV8Example/SkV8Example.h
|
| +++ b/experimental/SkV8Example/SkV8Example.h
|
| @@ -15,6 +15,7 @@
|
| class GrContext;
|
| class GrGLInterface;
|
| class GrRenderTarget;
|
| +class SkSurface;
|
|
|
| class JsContext;
|
|
|
| @@ -44,6 +45,7 @@ private:
|
| GrContext* fCurContext;
|
| const GrGLInterface* fCurIntf;
|
| GrRenderTarget* fCurRenderTarget;
|
| + SkSurface* fCurSurface;
|
| #endif
|
| };
|
|
|
|
|