Bug 116754 - Add guard around paintForFixedRootBackground
Summary: Add guard around paintForFixedRootBackground
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:
Depends on:
Blocks:
 
Reported: 2013-05-24 20:32 PDT by Seokju Kwon
Modified: 2013-05-27 14:11 PDT (History)
4 users (show)

See Also:


Attachments
Patch (1.50 KB, patch)
2013-05-24 20:35 PDT, Seokju Kwon
no flags Details | Formatted Diff | Diff
Patch (1.51 KB, patch)
2013-05-26 16:22 PDT, Seokju Kwon
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Seokju Kwon 2013-05-24 20:32:57 PDT
This function(paintForFixedRootBackground) is used when ACCELERATED_COMPOSITING is enabled.
Comment 1 Seokju Kwon 2013-05-24 20:35:36 PDT
Created attachment 202872 [details]
Patch
Comment 2 Simon Fraser (smfr) 2013-05-25 14:05:04 PDT
Comment on attachment 202872 [details]
Patch

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

> Source/WebCore/ChangeLog:8
> +        paintForFixedRootBackground is used when ACCELERATED_COMPOSITING is enabled.

is _only_ used when
Comment 3 Seokju Kwon 2013-05-26 16:22:15 PDT
Created attachment 202935 [details]
Patch
Comment 4 Seokju Kwon 2013-05-26 16:23:23 PDT
@Simon Fraser
I have fixed it. Can you cq+ for this now?
Comment 5 WebKit Commit Bot 2013-05-27 14:11:49 PDT
Comment on attachment 202935 [details]
Patch

Clearing flags on attachment: 202935

Committed r150778: <http://trac.webkit.org/changeset/150778>
Comment 6 WebKit Commit Bot 2013-05-27 14:11:51 PDT
All reviewed patches have been landed.  Closing bug.