Bug 118114 - Avoid redundant checks for Compositing reasons in RenderLayerCompositor
Summary: Avoid redundant checks for Compositing reasons in RenderLayerCompositor
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 118117
  Show dependency treegraph
 
Reported: 2013-06-26 21:13 PDT by Sanjoy Pal
Modified: 2013-06-27 00:12 PDT (History)
4 users (show)

See Also:


Attachments
Patch (2.01 KB, patch)
2013-06-26 21:15 PDT, Sanjoy Pal
no flags Details | Formatted Diff | Diff
Patch (2.01 KB, patch)
2013-06-26 22:07 PDT, Sanjoy Pal
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Sanjoy Pal 2013-06-26 21:13:19 PDT
A RendereObject can be any one of the Video, Canvas, Plugin or Iframe.

Patch follows.
Comment 1 Sanjoy Pal 2013-06-26 21:15:22 PDT
Created attachment 205558 [details]
Patch
Comment 2 Anders Carlsson 2013-06-26 21:53:21 PDT
Comment on attachment 205558 [details]
Patch

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

> Source/WebCore/ChangeLog:8
> +        A RendereObject can be any one of the Video, Canvas, Plugin or Iframe.

Typo, RenderObject.
Comment 3 Sanjoy Pal 2013-06-26 22:07:10 PDT
Created attachment 205560 [details]
Patch
Comment 4 WebKit Commit Bot 2013-06-26 23:03:26 PDT
Comment on attachment 205560 [details]
Patch

Clearing flags on attachment: 205560

Committed r152078: <http://trac.webkit.org/changeset/152078>
Comment 5 WebKit Commit Bot 2013-06-26 23:03:28 PDT
All reviewed patches have been landed.  Closing bug.