| Index: content/browser/browser_plugin/browser_plugin_guest.h
|
| diff --git a/content/browser/browser_plugin/browser_plugin_guest.h b/content/browser/browser_plugin/browser_plugin_guest.h
|
| index 6af3b62cfe37a4c250ed40bb9988fbf497ddb903..0055d582194d282ef74acb402b37c0b77dbadd23 100644
|
| --- a/content/browser/browser_plugin/browser_plugin_guest.h
|
| +++ b/content/browser/browser_plugin/browser_plugin_guest.h
|
| @@ -298,6 +298,7 @@ class CONTENT_EXPORT BrowserPluginGuest
|
|
|
| void OnCompositorFrameACK(int instance_id,
|
| int route_id,
|
| + uint32 output_surface_id,
|
| int renderer_host_id,
|
| const cc::CompositorFrameAck& ack);
|
|
|
|
|