<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.webkit.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4.1"
          urlbase="https://bugs.webkit.org/"
          
          maintainer="admin@webkit.org"
>

    <bug>
          <bug_id>66995</bug_id>
          
          <creation_ts>2011-08-25 16:17:48 -0700</creation_ts>
          <short_desc>[chromium] Eradicate unneded RefPtr usage in compositor</short_desc>
          <delta_ts>2013-04-11 15:10:54 -0700</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>WebCore Misc.</component>
          <version>528+ (Nightly build)</version>
          <rep_platform>Unspecified</rep_platform>
          <op_sys>Unspecified</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>WONTFIX</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          <dependson>67440</dependson>
    
    <dependson>68121</dependson>
    
    <dependson>68135</dependson>
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Nat Duca">nduca</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>enne</cc>
    
    <cc>jamesr</cc>
    
    <cc>nduca</cc>
    
    <cc>schenney</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>457225</commentid>
    <comment_count>0</comment_count>
    <who name="Nat Duca">nduca</who>
    <bug_when>2011-08-25 16:17:48 -0700</bug_when>
    <thetext>CCLayerTreeHost does not need to be refcounted.
Nor does LayerRendererChromium.

CCLayerImpl, I don&apos;t know?

RenderSurfaces? Not if we go to a RenderPass abstraction and let the LayerRenderer manage the RenderPass list. Might be less fragile, anyway.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>461679</commentid>
    <comment_count>1</comment_count>
    <who name="James Robinson">jamesr</who>
    <bug_when>2011-09-02 18:11:47 -0700</bug_when>
    <thetext>I&apos;m going to take a crack at CCLayerTreeHost/LayerRendererChromium.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>467416</commentid>
    <comment_count>2</comment_count>
    <who name="James Robinson">jamesr</who>
    <bug_when>2011-09-14 15:34:02 -0700</bug_when>
    <thetext>https://bugs.webkit.org/show_bug.cgi?id=68121 fixes LayerRendererChromium to not be RefCounted.

CCLayerImpl is a bit tricky since currently the TreeSynchronizer relies on the refcounting.  We can probably do this another way but it&apos;s not trivial.

RenderSurfaceChromium and CCRenderSurface are single ownership (and need a rewrite anyway).

CCLayerTreeHost is definitely possible, we just need to be careful to clear back pointers since the GraphicsLayers and LayerChromiums can very easily outlive the CCLayerTreeHost.  I&apos;ll take a crack at this one next.

After that I think we&apos;re pretty much done.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>874206</commentid>
    <comment_count>3</comment_count>
    <who name="Stephen Chenney">schenney</who>
    <bug_when>2013-04-11 15:10:54 -0700</bug_when>
    <thetext>https://code.google.com/p/chromium/issues/detail?id=230616</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>