[Webkit-unassigned] [Bug 176531] New: [ARM] Building FELightningNEON.cpp fails due to missing {Point, Spot}LightSource declarations

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 7 09:23:33 PDT 2017


https://bugs.webkit.org/show_bug.cgi?id=176531

            Bug ID: 176531
           Summary: [ARM] Building FELightningNEON.cpp fails due to
                    missing {Point,Spot}LightSource declarations
           Product: WebKit
           Version: Other
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: aperez at igalia.com

SSIA. Compiler output (GCC 6) follows.

---

In file included from platform/graphics/filters/FELighting.cpp:30:0:
platform/graphics/cpu/arm/filters/FELightingNEON.h: In member function ‘void WebCore::FELighting::platformApplyNeon(WebCore::FELighting::LightingData&, WebCore::LightSource::PaintingData&)’:
platform/graphics/cpu/arm/filters/FELightingNEON.h:119:9: error: ‘PointLightSource’ was not declared in this scope
         PointLightSource* pointLightSource = static_cast<PointLightSource*>(m_lightSource.get());
         ^~~~~~~~~~~~~~~~
platform/graphics/cpu/arm/filters/FELightingNEON.h:127:9: error: ‘SpotLightSource’ was not declared in this scope
         SpotLightSource* spotLightSource = static_cast<SpotLightSource*>(m_lightSource.get());
         ^~~~~~~~~~~~~~~

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20170907/659040a4/attachment-0001.html>


More information about the webkit-unassigned mailing list