Changeset 145568 in webkit


Ignore:
Timestamp:
Mar 12, 2013 11:26:51 AM (11 years ago)
Author:
commit-queue@webkit.org
Message:

[chromium] Remove unused WebIOSurfaceLayer type
https://bugs.webkit.org/show_bug.cgi?id=111796

Patch by James Robinson <jamesr@chromium.org> on 2013-03-12
Reviewed by Adrienne Walker.

This has been dead code since http://trac.webkit.org/changeset/138223

  • Platform.gypi:
  • chromium/public/WebCompositorSupport.h:

(WebKit):

  • chromium/public/WebIOSurfaceLayer.h: Removed.
Location:
trunk/Source/Platform
Files:
1 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/Platform/ChangeLog

    r145552 r145568  
     12013-03-12  James Robinson  <jamesr@chromium.org>
     2
     3        [chromium] Remove unused WebIOSurfaceLayer type
     4        https://bugs.webkit.org/show_bug.cgi?id=111796
     5
     6        Reviewed by Adrienne Walker.
     7
     8        This has been dead code since http://trac.webkit.org/changeset/138223
     9
     10        * Platform.gypi:
     11        * chromium/public/WebCompositorSupport.h:
     12        (WebKit):
     13        * chromium/public/WebIOSurfaceLayer.h: Removed.
     14
    1152013-03-12  Zan Dobersek  <zdobersek@igalia.com>
    216
  • trunk/Source/Platform/Platform.gypi

    r145452 r145568  
    8282            'chromium/public/WebImage.h',
    8383            'chromium/public/WebImageLayer.h',
    84             'chromium/public/WebIOSurfaceLayer.h',
    8584            'chromium/public/WebLayer.h',
    8685            'chromium/public/WebLayerScrollClient.h',
  • trunk/Source/Platform/chromium/public/WebCompositorSupport.h

    r144827 r145568  
    4242class WebFloatAnimationCurve;
    4343class WebGraphicsContext3D;
    44 class WebIOSurfaceLayer;
    4544class WebImageLayer;
    4645class WebLayer;
     
    8180    virtual WebExternalTextureLayer* createExternalTextureLayer(WebExternalTextureLayerClient* = 0) { return 0; }
    8281
    83     virtual WebIOSurfaceLayer* createIOSurfaceLayer() { return 0; }
    84 
    8582    virtual WebImageLayer* createImageLayer() { return 0; }
    8683
Note: See TracChangeset for help on using the changeset viewer.