| Index: cc/output/direct_renderer.h
|
| diff --git a/cc/output/direct_renderer.h b/cc/output/direct_renderer.h
|
| index dcff365726639407273146a087fea82699869e79..3c4717a1208bc172f79aedb18182e514b68c7b8f 100644
|
| --- a/cc/output/direct_renderer.h
|
| +++ b/cc/output/direct_renderer.h
|
| @@ -194,6 +194,9 @@ class CC_EXPORT DirectRenderer {
|
|
|
| bool visible_ = false;
|
|
|
| + // The size of the surface produced by DrawFrame() for SwapBuffers() to use.
|
| + gfx::Size surface_size_for_swap_buffers_;
|
| +
|
| // For use in coordinate conversion, this stores the output rect, viewport
|
| // rect (= unflipped version of glViewport rect), the size of target
|
| // framebuffer, and the current window space viewport. During a draw, this
|
|
|