Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(208)

Unified Diff: sky/shell/gpu/rasterizer.h

Issue 1183213007: Fix offscreen rendering on iOS by not assuming that the default window bound framebuffer is 0 (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_;

Powered by Google App Engine
This is Rietveld 408576698