| 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 fc15ef8937d9369f433e0ec94a96076d35c9bd42..b878339ac748d11c788ab690e04feac17ed28c74 100644
|
| --- a/content/renderer/child_frame_compositing_helper.h
|
| +++ b/content/renderer/child_frame_compositing_helper.h
|
| @@ -39,7 +39,6 @@ namespace content {
|
|
|
| class BrowserPlugin;
|
| class RenderFrameProxy;
|
| -class ThreadSafeSender;
|
|
|
| class CONTENT_EXPORT ChildFrameCompositingHelper
|
| : public base::RefCounted<ChildFrameCompositingHelper> {
|
| @@ -77,24 +76,6 @@ class CONTENT_EXPORT ChildFrameCompositingHelper
|
| void CheckSizeAndAdjustLayerProperties(const gfx::Size& new_size,
|
| float device_scale_factor,
|
| cc::Layer* layer);
|
| - static void SatisfyCallback(scoped_refptr<ThreadSafeSender> sender,
|
| - int host_routing_id,
|
| - const cc::SurfaceSequence& sequence);
|
| - static void SatisfyCallbackBrowserPlugin(
|
| - scoped_refptr<ThreadSafeSender> sender,
|
| - int host_routing_id,
|
| - int browser_plugin_instance_id,
|
| - const cc::SurfaceSequence& sequence);
|
| - static void RequireCallback(scoped_refptr<ThreadSafeSender> sender,
|
| - int host_routing_id,
|
| - const cc::SurfaceId& id,
|
| - const cc::SurfaceSequence& sequence);
|
| - static void RequireCallbackBrowserPlugin(
|
| - scoped_refptr<ThreadSafeSender> sender,
|
| - int host_routing_id,
|
| - int browser_plugin_instance_id,
|
| - const cc::SurfaceId& id,
|
| - const cc::SurfaceSequence& sequence);
|
| void UpdateWebLayer(std::unique_ptr<blink::WebLayer> layer);
|
|
|
| int host_routing_id_;
|
|
|