[Webkit-unassigned] [Bug 111597] WebKit does not build without accelerated compositing after Changeset 144823

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 6 10:36:02 PST 2013


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





--- Comment #2 from tuxator at o2.pl  2013-03-06 10:38:27 PST ---
Build error

Source/WebCore/page/scrolling/ScrollingCoordinator.cpp:297:108: error: no 'WebCore::GraphicsLayer* WebCore::ScrollingCoordinator::verticalScrollbarLayerForScrollableArea(WebCore::ScrollableArea*)' member function declared in class 'WebCore::ScrollingCoordinator'
make[1]: *** [Source/WebCore/page/scrolling/libWebCore_la-ScrollingCoordinator.lo] Błąd 1
make[1]: Opuszczenie katalogu `/home/pawel/src/webkit'
make: *** [all] Błąd 2

Changeset http://trac.webkit.org/changeset/144823
added ifdef to ScrollingCoordinator.h and ScrollingCoordinator.cpp
But turns out they dont match. Additionally it makes guards and fallback code introduced in changeset http://trac.webkit.org/changeset/144799 redundant.

Attached patch should adress those.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list