Bug 114543 - Demystify some code in RenderLayer::updateScrollableAreaSet()
Summary: Demystify some code in RenderLayer::updateScrollableAreaSet()
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: Simon Fraser (smfr)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-04-12 16:15 PDT by Simon Fraser (smfr)
Modified: 2013-04-12 16:46 PDT (History)
3 users (show)

See Also:


Attachments
Patch (1.89 KB, patch)
2013-04-12 16:17 PDT, Simon Fraser (smfr)
thorton: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Simon Fraser (smfr) 2013-04-12 16:15:36 PDT
Demystify some code in RenderLayer::updateScrollableAreaSet()
Comment 1 Simon Fraser (smfr) 2013-04-12 16:17:18 PDT
Created attachment 197906 [details]
Patch
Comment 2 Tim Horton 2013-04-12 16:19:47 PDT
Comment on attachment 197906 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=197906&action=review

> Source/WebCore/rendering/RenderLayer.cpp:-6198
> -#else
> -        return;

Is some irritating compiler going to complain about this empty if() in the !USE(ACCELERATED_COMPOSITING) case?
Comment 3 Simon Fraser (smfr) 2013-04-12 16:46:17 PDT
https://trac.webkit.org/r148316