| Index: content/public/browser/web_contents_delegate.h
|
| diff --git a/content/public/browser/web_contents_delegate.h b/content/public/browser/web_contents_delegate.h
|
| index 40a49049a8511d9aa9f95cb6b8a0007ac3d38a9c..d5286d95cd89ddd86bc0397f0979dd293f9514f8 100644
|
| --- a/content/public/browser/web_contents_delegate.h
|
| +++ b/content/public/browser/web_contents_delegate.h
|
| @@ -510,6 +510,10 @@ class CONTENT_EXPORT WebContentsDelegate {
|
| WebContents* web_contents,
|
| int cert_id);
|
|
|
| + // Called when the active render widget is sending a compositor proto for this
|
| + // WebContents.
|
| + virtual void HandleCompositorProto(const std::vector<char>& proto) {}
|
| +
|
| protected:
|
| virtual ~WebContentsDelegate();
|
|
|
|
|