Bug 159909 - [GTK] ENABLE_OPENGL=OFF build broken since r201802
Summary: [GTK] ENABLE_OPENGL=OFF build broken since r201802
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Carlos Alberto Lopez Perez
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-07-18 16:44 PDT by Carlos Alberto Lopez Perez
Modified: 2016-07-18 17:21 PDT (History)
6 users (show)

See Also:


Attachments
Patch (1.19 KB, patch)
2016-07-18 16:49 PDT, Carlos Alberto Lopez Perez
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Carlos Alberto Lopez Perez 2016-07-18 16:44:41 PDT
Since r201802 building WebKitGTK+ with -DENABLE_OPENGL=OFF fails with:

../../Source/WebKit2/WebProcess/WebPage/LayerTreeHost.cpp:44:38: error: implicit instantiation of undefined template 'WTF::RefPtr<WebKit::LayerTreeHost>'
RefPtr<LayerTreeHost> LayerTreeHost::create(WebPage& webPage)
                                     ^
../../Source/WTF/wtf/Forward.h:35:28: note: template is declared here
template<typename T> class RefPtr;
                           ^
../../Source/WebKit2/WebProcess/WebPage/LayerTreeHost.cpp:54:12: error: implicit instantiation of undefined template 'WTF::RefPtr<WebKit::LayerTreeHost>'
    return nullptr;
           ^
../../Source/WTF/wtf/Forward.h:35:28: note: template is declared here
template<typename T> class RefPtr;
                           ^
2 errors generated.
Comment 1 Carlos Alberto Lopez Perez 2016-07-18 16:49:56 PDT
Created attachment 283961 [details]
Patch
Comment 2 WebKit Commit Bot 2016-07-18 17:21:18 PDT
Comment on attachment 283961 [details]
Patch

Clearing flags on attachment: 283961

Committed r203384: <http://trac.webkit.org/changeset/203384>
Comment 3 WebKit Commit Bot 2016-07-18 17:21:22 PDT
All reviewed patches have been landed.  Closing bug.