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

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: Swapped char to uint8_t, added checked_cast, updated description 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..f6a04a5c40ff310206abf9336b81b88173cca69c 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 forwarding a RemoteChannel
+ // compositor proto. This is used in Blimp mode.
+ virtual void ForwardCompositorProto(const std::vector<uint8_t>& proto) {}
+
protected:
virtual ~WebContentsDelegate();

Powered by Google App Engine
This is Rietveld 408576698