RESOLVED FIXED 53432
Make LayerTreeHost an abstract base class and make LayerTreeHostMac inherit from it
https://bugs.webkit.org/show_bug.cgi?id=53432
Summary Make LayerTreeHost an abstract base class and make LayerTreeHostMac inherit f...
Anders Carlsson
Reported 2011-01-31 09:54:58 PST
Make LayerTreeHost an abstract base class and make LayerTreeHostMac inherit from it
Attachments
Patch (13.47 KB, patch)
2011-01-31 09:58 PST, Anders Carlsson
aroben: review+
Anders Carlsson
Comment 1 2011-01-31 09:58:03 PST
Adam Roben (:aroben)
Comment 2 2011-01-31 10:02:44 PST
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?
Anders Carlsson
Comment 3 2011-01-31 10:08:15 PST
Note You need to log in before you can comment on or make changes to this bug.