| Index: cc/trees/remote_channel_impl.h
|
| diff --git a/cc/trees/remote_channel_impl.h b/cc/trees/remote_channel_impl.h
|
| index 8989776d9b669f311a51306df2df7bc60ac5808b..acd44aa43bba6c587eaa368f409df13206c2078f 100644
|
| --- a/cc/trees/remote_channel_impl.h
|
| +++ b/cc/trees/remote_channel_impl.h
|
| @@ -196,6 +196,7 @@ class CC_EXPORT RemoteChannelImpl : public ChannelImpl,
|
| bool success,
|
| const RendererCapabilities& capabilities);
|
| void SendMessageProtoOnMain(scoped_ptr<proto::CompositorMessage> proto);
|
| + void PostSetNeedsRedrawToImpl(const gfx::Rect& damaged_rect);
|
|
|
| void InitializeImplOnImpl(CompletionEvent* completion,
|
| LayerTreeHost* layer_tree_host);
|
|
|