Skip to content
  • timothy_horton@apple.com's avatar
    Un-inline dataLog dumpers for IntSize and IntPoint · d52234f1
    timothy_horton@apple.com authored
    https://bugs.webkit.org/show_bug.cgi?id=119697
    
    Reviewed by Sam Weinig.
    
    .:
    
    Avoid regressing build performance by moving IntSize::dump and IntPoint::dump elsewhere.
    
    * Source/autotools/symbols.filter:
    
    Source/WebCore:
    
    Avoid regressing build performance by moving IntSize::dump and IntPoint::dump elsewhere.
    
    * CMakeLists.txt:
    * GNUmakefile.list.am:
    * Target.pri:
    * WebCore.vcxproj/WebCore.vcxproj:
    * WebCore.vcxproj/WebCore.vcxproj.filters:
    * WebCore.xcodeproj/project.pbxproj:
    * platform/graphics/IntPoint.cpp: Added.
    (WebCore::IntPoint::dump):
    * platform/graphics/IntPoint.h:
    * platform/graphics/IntSize.cpp: Added.
    (WebCore::IntSize::dump):
    * platform/graphics/IntSize.h:
    
    Tools:
    
    * TestWebKitAPI/GNUmakefile.am:
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@154084 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    d52234f1