Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2249)

Unified Diff: content/public/browser/web_contents_delegate.h

Issue 1442853005: Add IPC messages to transfer compositor protos (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: More cleanup Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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();

Powered by Google App Engine
This is Rietveld 408576698