| Index: content/port/browser/render_widget_host_view_port.h
|
| diff --git a/content/port/browser/render_widget_host_view_port.h b/content/port/browser/render_widget_host_view_port.h
|
| index ae00425b9fcf91ce8fd7127669dd29959d213539..8986cb75ce52abaf9cb52f713e637563d95fa130 100644
|
| --- a/content/port/browser/render_widget_host_view_port.h
|
| +++ b/content/port/browser/render_widget_host_view_port.h
|
| @@ -326,6 +326,8 @@ class CONTENT_EXPORT RenderWidgetHostViewPort : public RenderWidgetHostView,
|
| // the renderer.
|
| virtual void DidReceiveRendererFrame() = 0;
|
|
|
| + virtual SkBitmap::Config PreferredReadbackFormat() = 0;
|
| +
|
| #if defined(OS_MACOSX)
|
| // Does any event handling necessary for plugin IME; should be called after
|
| // the plugin has already had a chance to process the event. If plugin IME is
|
|
|