Bug 132845

Summary: EFL and GTK ports have a build break since r168655
Product: WebKit Reporter: Gyuyoung Kim <gyuyoung.kim>
Component: New BugsAssignee: Gyuyoung Kim <gyuyoung.kim>
Status: RESOLVED WORKSFORME    
Severity: Normal CC: bdakin
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
none
Patch none

Description Gyuyoung Kim 2014-05-12 16:56:20 PDT
Build break happens since r168655 on EFL and GTK ports.

../../Source/WebCore/page/scrolling/ScrollingCoordinator.cpp:261:41: error: ‘class WebCore::RenderLayerCompositor’ has no member named ‘layerForContentShadow’
         return renderView->compositor().layerForContentShadow();
Comment 1 Gyuyoung Kim 2014-05-12 16:58:55 PDT
Created attachment 231343 [details]
Patch
Comment 2 Gyuyoung Kim 2014-05-12 17:00:32 PDT
Created attachment 231344 [details]
Patch
Comment 3 Gyuyoung Kim 2014-05-12 17:22:44 PDT
https://trac.webkit.org/r168662 was already landed.