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

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

Issue 1442853005: Add IPC messages to transfer compositor protos (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Trying to remove CC_EXPORT... 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 | « content/content_renderer.gypi ('k') | content/public/browser/web_contents_delegate.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/browser/render_widget_host.h
diff --git a/content/public/browser/render_widget_host.h b/content/public/browser/render_widget_host.h
index fe4361ac15c5e39c4f2d9ed3df382f41bcd73d31..2fda607054bdd0c866ef8fe113c4d6dd3945e4a8 100644
--- a/content/public/browser/render_widget_host.h
+++ b/content/public/browser/render_widget_host.h
@@ -245,6 +245,9 @@ class CONTENT_EXPORT RenderWidgetHost : public IPC::Sender {
virtual void GetWebScreenInfo(blink::WebScreenInfo* result) = 0;
// Get the color profile corresponding to this render widget.
virtual bool GetScreenColorProfile(std::vector<char>* color_profile) = 0;
+
+ // Sends a compositor proto to the render widget.
+ virtual void HandleCompositorProto(const std::vector<uint8_t>& proto) = 0;
};
} // namespace content
« no previous file with comments | « content/content_renderer.gypi ('k') | content/public/browser/web_contents_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698