| Index: sky/shell/gpu/rasterizer.h
|
| diff --git a/sky/shell/gpu/rasterizer.h b/sky/shell/gpu/rasterizer.h
|
| index 3fc8a5aaa4d7a13f62d6d0f52521b84f6d4d2ec0..6118382f8efca28f0375c650a1f2bb4c03020641 100644
|
| --- a/sky/shell/gpu/rasterizer.h
|
| +++ b/sky/shell/gpu/rasterizer.h
|
| @@ -39,6 +39,7 @@ class Rasterizer : public GPUDelegate {
|
| private:
|
| void EnsureGLContext();
|
| void EnsureGaneshSurface(const gfx::Size& size);
|
| + void DrawPicture(SkPicture* picture);
|
|
|
| scoped_refptr<gfx::GLShareGroup> share_group_;
|
| scoped_refptr<gfx::GLSurface> surface_;
|
|
|