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

Unified Diff: blimp/engine/browser/blimp_engine_session.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
« no previous file with comments | « no previous file | blimp/engine/browser/blimp_engine_session.cc » ('j') | cc/trees/remote_proto_channel.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/engine/browser/blimp_engine_session.h
diff --git a/blimp/engine/browser/blimp_engine_session.h b/blimp/engine/browser/blimp_engine_session.h
index 054534c47efcf00cf571013efb4e9d4b65b67a83..a8d7c7d4cf30e47cfca97a89136a8f4d48989445 100644
--- a/blimp/engine/browser/blimp_engine_session.h
+++ b/blimp/engine/browser/blimp_engine_session.h
@@ -84,6 +84,7 @@ class BlimpEngineSession : public BlimpMessageReceiver,
bool last_unlocked_by_target) override;
void CloseContents(content::WebContents* source) override;
void ActivateContents(content::WebContents* contents) override;
+ void HandleCompositorProto(const std::vector<char>& proto) override;
// Sets up and owns |new_contents|.
void PlatformSetContents(scoped_ptr<content::WebContents> new_contents);
« no previous file with comments | « no previous file | blimp/engine/browser/blimp_engine_session.cc » ('j') | cc/trees/remote_proto_channel.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698