Index: cc/output/gl_renderer.h |
diff --git a/cc/output/gl_renderer.h b/cc/output/gl_renderer.h |
index 44273c280d92a9b4053b979aaa318385343e32a5..c0d531319e52c1db0b5ac412af4c11ad6f9e4c1b 100644 |
--- a/cc/output/gl_renderer.h |
+++ b/cc/output/gl_renderer.h |
@@ -103,7 +103,7 @@ class CC_EXPORT GLRenderer : public DirectRenderer { |
void GetFramebufferPixelsAsync(gfx::Rect rect, |
scoped_ptr<CopyOutputRequest> request); |
void GetFramebufferTexture(unsigned texture_id, |
- unsigned texture_format, |
+ ResourceProvider::Format texture_format, |
gfx::Rect device_rect); |
void ReleaseRenderPassTextures(); |
@@ -455,6 +455,7 @@ class CC_EXPORT GLRenderer : public DirectRenderer { |
scoped_refptr<ResourceProvider::Fence> last_swap_fence_; |
SkBitmap on_demand_tile_raster_bitmap_; |
+ SkBitmap on_demand_tile_raster_bitmap_4444_; |
ResourceProvider::ResourceId on_demand_tile_raster_resource_id_; |
DISALLOW_COPY_AND_ASSIGN(GLRenderer); |