Skip to content
  • noam.rosenthal@nokia.com's avatar
    Move TextureMapperAnimation and texmap/LayerTransform to platform/graphics · 4f58823b
    noam.rosenthal@nokia.com authored
    https://bugs.webkit.org/show_bug.cgi?id=91111
    
    Reviewed by Kenneth Rohde Christiansen.
    
    Source/WebCore:
    
    TextureMapperAnimation and LayerTransform are not specific to TextureMapper, and we want
    to use them for other purposes as well. Moving them to platform/graphics would make that
    more explicit.
    
    No new tests, moving files around.
    
    * GNUmakefile.list.am:
    * Target.pri:
    * WebCore.gypi:
    * platform/graphics/GraphicsLayerAnimation.cpp: Renamed from Source/WebCore/platform/graphics/texmap/TextureMapperAnimation.cpp.
    * platform/graphics/GraphicsLayerAnimation.h: Renamed from Source/WebCore/platform/graphics/texmap/TextureMapperAnimation.h.
    * platform/graphics/GraphicsLayerTransform.cpp: Renamed from Source/WebCore/platform/graphics/texmap/LayerTransform.cpp.
    * platform/graphics/GraphicsLayerTransform.h: Renamed from Source/WebCore/platform/graphics/texmap/LayerTransform.h.
    * platform/graphics/texmap/GraphicsLayerTextureMapper.cpp:
    (WebCore::GraphicsLayerTextureMapper::addAnimation):
    * platform/graphics/texmap/GraphicsLayerTextureMapper.h:
    (GraphicsLayerTextureMapper):
    * platform/graphics/texmap/TextureMapperLayer.h:
    (TextureMapperLayer):
    (WebCore::TextureMapperLayer::setAnimatedTransform):
    (WebCore::TextureMapperLayer::setAnimatedOpacity):
    
    Source/WebKit2:
    
    Include the new filenames.
    
    * WebProcess/WebPage/LayerTreeCoordinator/WebGraphicsLayer.h:
    (WebGraphicsLayer):
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@122484 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    4f58823b