55#else
56auto ContentLayerTextureMapperImpl::createFactory(Client& client) -> Factory
57{
58 return Factory(
59 [&client](ContentLayer&) {
60 return makeUnique<ContentLayerTextureMapperImpl>(client, adoptRef(*new WebCore::TextureMapperPlatformLayerProxyGL));
61 });
62}
63#endif