Changeset 194046 in webkit


Ignore:
Timestamp:
Dec 14, 2015 11:55:46 AM (8 years ago)
Author:
timothy_horton@apple.com
Message:

TiledCoreAnimationDrawingAreaProxy::createFenceForGeometryUpdate() sets fence port on context twice
https://bugs.webkit.org/show_bug.cgi?id=152239
<rdar://problem/22893289>

Reviewed by Darin Adler.

  • UIProcess/mac/TiledCoreAnimationDrawingAreaProxy.mm:

(WebKit::TiledCoreAnimationDrawingAreaProxy::createFenceForGeometryUpdate):
No need to setFencePort; createFencePort also installs it on the creating context.

Location:
trunk/Source/WebKit2
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit2/ChangeLog

    r194043 r194046  
     12015-12-14  Tim Horton  <timothy_horton@apple.com>
     2
     3        TiledCoreAnimationDrawingAreaProxy::createFenceForGeometryUpdate() sets fence port on context twice
     4        https://bugs.webkit.org/show_bug.cgi?id=152239
     5        <rdar://problem/22893289>
     6
     7        Reviewed by Darin Adler.
     8
     9        * UIProcess/mac/TiledCoreAnimationDrawingAreaProxy.mm:
     10        (WebKit::TiledCoreAnimationDrawingAreaProxy::createFenceForGeometryUpdate):
     11        No need to setFencePort; createFencePort also installs it on the creating context.
     12
    1132015-12-12  Alex Christensen  <achristensen@webkit.org>
    214
  • trunk/Source/WebKit2/UIProcess/mac/TiledCoreAnimationDrawingAreaProxy.mm

    r190260 r194046  
    167167
    168168    MachSendRight fencePort = MachSendRight::adopt([rootLayerContext createFencePort]);
    169     [rootLayerContext setFencePort:fencePort.sendRight()];
    170169
    171170    // Invalidate the fence if a synchronous message arrives while it's installed,
Note: See TracChangeset for help on using the changeset viewer.