[Nicosia] Add Nicosia::Scene
Created attachment 346615 [details] Patch
Comment on attachment 346615 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=346615&action=review > Source/WebCore/platform/graphics/nicosia/NicosiaScene.cpp:40 > +Scene::Scene() = default; > +Scene::~Scene() = default; > + > +Scene::State::State() = default; > +Scene::State::~State() = default; Do we really need this? Or do you plan to add code to this cpp file in the future?
Comment on attachment 346615 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=346615&action=review >> Source/WebCore/platform/graphics/nicosia/NicosiaScene.cpp:40 >> +Scene::State::~State() = default; > > Do we really need this? Or do you plan to add code to this cpp file in the future? It might be necessary to add stuff here. If not, I'll come back and simplify things.
Comment on attachment 346615 [details] Patch Clearing flags on attachment: 346615 Committed r234593: <https://trac.webkit.org/changeset/234593>
All reviewed patches have been landed. Closing bug.
<rdar://problem/42961398>