Bug 99397 - REGRESSION: Build break after r131373 when ACCELERATED_COMPOSITING disabled
Summary: REGRESSION: Build break after r131373 when ACCELERATED_COMPOSITING disabled
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Ryuan Choi
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-10-15 17:40 PDT by Ryuan Choi
Modified: 2012-10-17 17:28 PDT (History)
0 users

See Also:


Attachments
Patch (1.43 KB, patch)
2012-10-15 17:42 PDT, Ryuan Choi
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ryuan Choi 2012-10-15 17:40:49 PDT
home/ryuan/workspace/webkit/efl-webkit/Source/WebCore/page/scrolling/ScrollingCoordinator.cpp:241:20: error: invalid use of incomplete type ‘struct WebCore::GraphicsLayer’
/home/ryuan/workspace/webkit/efl-webkit/Source/WebCore/page/scrolling/ScrollingCoordinator.h:53:7: error: forward declaration of ‘struct WebCore::GraphicsLayer’
[  9%] Building CXX object Source/WebCore/CMakeFiles/webcore_efl.dir/platform/Widget.cpp.o
[  9%] Building CXX object Source/WebCore/CMakeFiles/webcore_efl.dir/platform/animation/Animation.cpp.o
make[2]: *** [Source/WebCore/CMakeFiles/webcore_efl.dir/page/scrolling/ScrollingCoordinator.cpp.o] Error 1
Comment 1 Ryuan Choi 2012-10-15 17:42:17 PDT
Created attachment 168820 [details]
Patch
Comment 2 Ryuan Choi 2012-10-15 17:48:09 PDT
Committed r131390: <http://trac.webkit.org/changeset/131390>