Below errors occured. [ 83%] Building CXX object Source/WebKit2/CMakeFiles/ewebkit2.dir/__/__/DerivedSources/WebKit2/CoordinatedLayerTreeHostMessageReceiver.cpp.o /home/ryuan/workspace/project/webkit/efl-webkit/Source/WebKit2/WebProcess/WebPage/CoordinatedGraphics/CoordinatedLayerTreeHost.cpp: In static member function ‘static WTF::PassRefPtr<WebKit::CoordinatedLayerTreeHost> WebKit::CoordinatedLayerTreeHost::create(WebKit::WebPage*)’: /home/ryuan/workspace/project/webkit/efl-webkit/Source/WebKit2/WebProcess/WebPage/CoordinatedGraphics/CoordinatedLayerTreeHost.cpp:66:57: error: cannot allocate an object of abstract type ‘WebKit::CoordinatedLayerTreeHost’ In file included from /home/ryuan/workspace/project/webkit/efl-webkit/Source/WebKit2/WebProcess/WebPage/CoordinatedGraphics/CoordinatedLayerTreeHost.cpp:31:0: /home/ryuan/workspace/project/webkit/efl-webkit/Source/WebKit2/WebProcess/WebPage/CoordinatedGraphics/CoordinatedLayerTreeHost.h:48:7: note: because the following virtual functions are pure within ‘WebKit::CoordinatedLayerTreeHost’: In file included from /home/ryuan/workspace/project/webkit/efl-webkit/Source/WebKit2/WebProcess/WebPage/CoordinatedGraphics/CoordinatedLayerTreeHost.h:26:0, from /home/ryuan/workspace/project/webkit/efl-webkit/Source/WebKit2/WebProcess/WebPage/CoordinatedGraphics/CoordinatedLayerTreeHost.cpp:31: /home/ryuan/workspace/project/webkit/efl-webkit/Source/WebKit2/WebProcess/WebPage/LayerTreeHost.h:75:18: note: virtual void WebKit::LayerTreeHost::pageBackgroundTransparencyChanged() /home/ryuan/workspace/project/webkit/efl-webkit/Source/WebKit2/WebProcess/WebPage/CoordinatedGraphics/CoordinatedLayerTreeHost.cpp:67:1: error: control reaches end of non-void function [-Werror=return-type] cc1plus: all warnings being treated as errors make[2]: *** [Source/WebKit2/CMakeFiles/ewebkit2.dir/WebProcess/WebPage/CoordinatedGraphics/CoordinatedLayerTreeHost.cpp.o] Error 1
Created attachment 199339 [details] Patch
Committed r149008: <http://trac.webkit.org/changeset/149008>
Comment on attachment 199339 [details] Patch clear the flag. thank you.