| Index: content/browser/compositor/buffer_queue.h
|
| diff --git a/content/browser/compositor/buffer_queue.h b/content/browser/compositor/buffer_queue.h
|
| index 153761916dc906c8016bbde594a37f1b0614bb36..396aa1595b99b28178a631c4bb23c838a3f37374 100644
|
| --- a/content/browser/compositor/buffer_queue.h
|
| +++ b/content/browser/compositor/buffer_queue.h
|
| @@ -42,6 +42,7 @@ class CONTENT_EXPORT BufferQueue {
|
| void SwapBuffers(const gfx::Rect& damage);
|
| void PageFlipComplete();
|
| void Reshape(const gfx::Size& size, float scale_factor);
|
| + void RecreateBuffers();
|
|
|
| unsigned int current_texture_id() const { return current_surface_.texture; }
|
| unsigned int fbo() const { return fbo_; }
|
|
|