| Index: chrome/browser/renderer_host/accelerated_surface_container_manager_mac.h
|
| diff --git a/chrome/browser/renderer_host/accelerated_surface_container_manager_mac.h b/chrome/browser/renderer_host/accelerated_surface_container_manager_mac.h
|
| index 8bc44b5350ccf7918c2019c29d6be87955fa12f8..8a0e97e400a9a492e5ee0c560def30392389f871 100644
|
| --- a/chrome/browser/renderer_host/accelerated_surface_container_manager_mac.h
|
| +++ b/chrome/browser/renderer_host/accelerated_surface_container_manager_mac.h
|
| @@ -53,6 +53,10 @@ class AcceleratedSurfaceContainerManagerMac {
|
| // context, which must already be current.
|
| void Draw(CGLContextObj context);
|
|
|
| + // Causes the next Draw call on each container to trigger a texture upload.
|
| + // Should be called any time the drawing context has changed.
|
| + void ForceTextureReload();
|
| +
|
| // Called by the container to enqueue its OpenGL texture objects for
|
| // deletion.
|
| void EnqueueTextureForDeletion(GLuint texture);
|
|
|