Index: content/renderer/child_frame_compositing_helper.h |
diff --git a/content/renderer/child_frame_compositing_helper.h b/content/renderer/child_frame_compositing_helper.h |
index a6fb0f0340259d08210b6d29d2fca06db9e872b2..ffd34be30930df6d0cce1c8d6a8d5a784c63aed7 100644 |
--- a/content/renderer/child_frame_compositing_helper.h |
+++ b/content/renderer/child_frame_compositing_helper.h |
@@ -110,6 +110,11 @@ class CONTENT_EXPORT ChildFrameCompositingHelper |
static void SatisfyCallback(scoped_refptr<ThreadSafeSender> sender, |
int host_routing_id, |
cc::SurfaceSequence sequence); |
+ static void SatisfyCallbackBrowserPlugin( |
+ scoped_refptr<ThreadSafeSender> sender, |
+ int host_routing_id, |
+ int browser_plugin_instance_id, |
+ cc::SurfaceSequence sequence); |
static void RequireCallback(scoped_refptr<ThreadSafeSender> sender, |
int host_routing_id, |
cc::SurfaceId id, |