Chromium Code Reviews| Index: tools/PictureRenderer.h |
| =================================================================== |
| --- tools/PictureRenderer.h (revision 13762) |
| +++ tools/PictureRenderer.h (working copy) |
| @@ -309,6 +309,10 @@ |
| } |
| } |
| + SkCanvas* getCanvas() { |
| + return fCanvas; |
| + } |
| + |
| SkGLContextHelper* getGLContext() { |
| GrContextFactory::GLContextType glContextType |
| = GrContextFactory::kNull_GLContextType; |