| 197 | } |
| 198 | |
| 199 | void FlatlandViewProviderService::CreateViewWithViewRef(CreateViewWithViewRefRequest& request, |
| 200 | CreateViewWithViewRefCompleter::Sync& completer) { |
| 201 | FX_NOTIMPLEMENTED() << "Only Flatland is supported. This is a Gfx ViewProvider method."; |
| 202 | } |
| 203 | |
| 204 | void FlatlandViewProviderService::CreateView2(CreateView2Request& request, CreateView2Completer::Sync& completer) { |
| 205 | create_view_callback_(std::move(request.args())); |
nothing calls this directly
no outgoing calls
no test coverage detected