| Index: content/public/browser/browser_plugin_guest_delegate.cc
|
| diff --git a/content/public/browser/browser_plugin_guest_delegate.cc b/content/public/browser/browser_plugin_guest_delegate.cc
|
| index bfa19e4c074177f955f959c52d2abd773bc44ae9..a934395d279c8f57f0464e39e6375fb009d33ef6 100644
|
| --- a/content/public/browser/browser_plugin_guest_delegate.cc
|
| +++ b/content/public/browser/browser_plugin_guest_delegate.cc
|
| @@ -32,4 +32,12 @@ bool BrowserPluginGuestDelegate::HandleStopFindingForEmbedder(
|
| return false;
|
| }
|
|
|
| +bool BrowserPluginGuestDelegate::SetChildFrameSurface(
|
| + const cc::SurfaceId& surface_id,
|
| + const gfx::Size& frame_size,
|
| + float scale_factor,
|
| + const cc::SurfaceSequence& sequence) {
|
| + return false;
|
| +}
|
| +
|
| } // namespace content
|
|
|