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 |