Bug 111597 - WebKit does not build without accelerated compositing after Changeset 144823
Summary: WebKit does not build without accelerated compositing after Changeset 144823
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-03-06 10:33 PST by tuxator
Modified: 2013-03-06 22:49 PST (History)
7 users (show)

See Also:


Attachments
Patch (2.43 KB, patch)
2013-03-06 10:35 PST, tuxator
no flags Details | Formatted Diff | Diff
Fixed style issue (2.43 KB, patch)
2013-03-06 21:12 PST, tuxator
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description tuxator 2013-03-06 10:33:43 PST
WebKit does not build without accelerated compositing after Changeset 144823
Comment 1 tuxator 2013-03-06 10:35:59 PST
Created attachment 191788 [details]
Patch
Comment 2 tuxator 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.
Comment 3 WebKit Review Bot 2013-03-06 10:41:29 PST
Attachment 191788 [details] did not pass style-queue:

Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'Source/WebCore/ChangeLog', u'Source/WebCore/page/scrolling/ScrollingCoordinator.cpp']" exit_code: 1
Source/WebCore/ChangeLog:9:  Line contains tab character.  [whitespace/tab] [5]
Total errors found: 1 in 2 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 4 Alexey Proskuryakov 2013-03-06 16:57:45 PST
Comment on attachment 191788 [details]
Patch

Obviously, the tab in ChangeLog needs to be fixed before landing.
Comment 5 tuxator 2013-03-06 21:12:55 PST
Created attachment 191910 [details]
Fixed style issue
Comment 6 Kentaro Hara 2013-03-06 22:27:41 PST
Comment on attachment 191910 [details]
Fixed style issue

Thanks for the fix.
Comment 7 WebKit Review Bot 2013-03-06 22:49:28 PST
Comment on attachment 191910 [details]
Fixed style issue

Clearing flags on attachment: 191910

Committed r145041: <http://trac.webkit.org/changeset/145041>
Comment 8 WebKit Review Bot 2013-03-06 22:49:32 PST
All reviewed patches have been landed.  Closing bug.