Bug 111306 - [WinCairo] Compile fix after r144024.
Summary: [WinCairo] Compile fix after r144024.
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: Nobody
URL:
Keywords:
: 111271 (view as bug list)
Depends on:
Blocks:
 
Reported: 2013-03-04 05:52 PST by peavo
Modified: 2013-03-05 14:49 PST (History)
8 users (show)

See Also:


Attachments
Patch (2.17 KB, patch)
2013-03-04 05:57 PST, peavo
no flags Details | Formatted Diff | Diff
Patch (2.23 KB, patch)
2013-03-05 00:33 PST, peavo
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description peavo 2013-03-04 05:52:58 PST
Need to add guard for USE(ACCELERATED_COMPOSITING).
Comment 1 peavo 2013-03-04 05:57:14 PST
Created attachment 191216 [details]
Patch
Comment 2 James Robinson 2013-03-04 08:52:43 PST
Comment on attachment 191216 [details]
Patch

I swear I've seen this exact same patch before.  I'll give the same feedback - I'd prefer to have trivial null-returning versions of these ScrollableArea functions defined when USE(ACCELERATED_COMPOSITING) is not set so the macro ugliness is in one place instead of being in every caller.
Comment 3 Zan Dobersek 2013-03-04 09:00:35 PST
(In reply to comment #2)
> (From update of attachment 191216 [details])
> I swear I've seen this exact same patch before.

Bug #111271.
Comment 4 peavo 2013-03-05 00:33:05 PST
Created attachment 191421 [details]
Patch
Comment 5 peavo 2013-03-05 00:34:17 PST
Updated patch after review feedback.
Seems we don't need these methods for the !USE(ACCELERATED_COMPOSITING) case.
Comment 6 WebKit Review Bot 2013-03-05 12:56:54 PST
Comment on attachment 191421 [details]
Patch

Rejecting attachment 191421 [details] from commit-queue.

peavo@outlook.com does not have committer permissions according to http://trac.webkit.org/browser/trunk/Tools/Scripts/webkitpy/common/config/committers.py.

- If you do not have committer rights please read http://webkit.org/coding/contributing.html for instructions on how to use bugzilla flags.

- If you have committer rights please correct the error in Tools/Scripts/webkitpy/common/config/committers.py by adding yourself to the file (no review needed).  The commit-queue restarts itself every 2 hours.  After restart the commit-queue will correctly respect your committer rights.
Comment 7 James Robinson 2013-03-05 14:41:39 PST
*** Bug 111271 has been marked as a duplicate of this bug. ***
Comment 8 WebKit Review Bot 2013-03-05 14:49:08 PST
Comment on attachment 191421 [details]
Patch

Clearing flags on attachment: 191421

Committed r144823: <http://trac.webkit.org/changeset/144823>
Comment 9 WebKit Review Bot 2013-03-05 14:49:12 PST
All reviewed patches have been landed.  Closing bug.