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