Need to add guard for USE(ACCELERATED_COMPOSITING).
Created attachment 191216 [details] Patch
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.
(In reply to comment #2) > (From update of attachment 191216 [details]) > I swear I've seen this exact same patch before. Bug #111271.
Created attachment 191421 [details] Patch
Updated patch after review feedback. Seems we don't need these methods for the !USE(ACCELERATED_COMPOSITING) case.
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.
*** Bug 111271 has been marked as a duplicate of this bug. ***
Comment on attachment 191421 [details] Patch Clearing flags on attachment: 191421 Committed r144823: <http://trac.webkit.org/changeset/144823>
All reviewed patches have been landed. Closing bug.