Bug 91418 - [chromium] Remove non-ephemeral data from RenderSurface as it duplicates data from the owning layer
Summary: [chromium] Remove non-ephemeral data from RenderSurface as it duplicates data...
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: Dana Jansens
URL:
Keywords:
Depends on: 91288
Blocks:
  Show dependency treegraph
 
Reported: 2012-07-16 13:02 PDT by Dana Jansens
Modified: 2012-07-16 14:30 PDT (History)
6 users (show)

See Also:


Attachments
Patch (20.25 KB, patch)
2012-07-16 13:12 PDT, Dana Jansens
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dana Jansens 2012-07-16 13:02:35 PDT
[chromium] Remove non-ephemeral data from RenderSurface as it duplicates data from the owning layer
Comment 1 Dana Jansens 2012-07-16 13:12:47 PDT
Created attachment 152600 [details]
Patch
Comment 2 Adrienne Walker 2012-07-16 13:36:00 PDT
Comment on attachment 152600 [details]
Patch

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

R=me.  Yay, cleanup!

> Source/WebCore/platform/graphics/chromium/RenderSurfaceChromium.h:-105
> -    void setMaskLayer(LayerChromium* maskLayer) { m_maskLayer = maskLayer; }

It looks like this hasn't been used for a while.  /o\
Comment 3 WebKit Review Bot 2012-07-16 14:30:42 PDT
Comment on attachment 152600 [details]
Patch

Clearing flags on attachment: 152600

Committed r122766: <http://trac.webkit.org/changeset/122766>
Comment 4 WebKit Review Bot 2012-07-16 14:30:46 PDT
All reviewed patches have been landed.  Closing bug.