| Index: content/browser/renderer_host/accelerated_surface_container_manager_mac.h
|
| diff --git a/content/browser/renderer_host/accelerated_surface_container_manager_mac.h b/content/browser/renderer_host/accelerated_surface_container_manager_mac.h
|
| index 8e5cd22cdc6507a9f2b652e04cecff53de8b8b85..8afd36b84270793c2cad5760216d5720ec8764e5 100644
|
| --- a/content/browser/renderer_host/accelerated_surface_container_manager_mac.h
|
| +++ b/content/browser/renderer_host/accelerated_surface_container_manager_mac.h
|
| @@ -79,6 +79,10 @@ class AcceleratedSurfaceContainerManagerMac {
|
|
|
| // Notifies a surface that it has been painted to.
|
| void SetSurfaceWasPaintedTo(gfx::PluginWindowHandle id, uint64 surface_id);
|
| + void SetSurfaceWasPaintedTo(gfx::PluginWindowHandle id,
|
| + uint64 surface_id,
|
| + int x, int y,
|
| + int width, int height);
|
|
|
| // Notifies the root container that its surface is invalid.
|
| void SetRootSurfaceInvalid();
|
|
|