Make LayerTreeHost an abstract base class and make LayerTreeHostMac inherit from it
Created attachment 80651 [details] Patch
Comment on attachment 80651 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=80651&action=review Maybe WebPorcess/WebPage/ca/LayerTreeHostCA.mm would be more appropriate? > Source/WebKit2/WebProcess/WebPage/LayerTreeHost.cpp:47 > + return adoptPtr(static_cast<LayerTreeHost*>(new LayerTreeHostMac(webPage, graphicsLayer))); Is the cast really needed here?
Committed r77139: <http://trac.webkit.org/changeset/77139>