Changeset 146163 in webkit


Ignore:
Timestamp:
Mar 18, 2013 5:37:23 PM (11 years ago)
Author:
jamesr@google.com
Message:

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

Reviewed by Adam Barth.

Source/Platform:

  • Platform.gypi:
  • chromium/public/WebTransformationMatrix.h: Removed.

Source/WebCore:

  • WebCore.gypi:
  • platform/chromium/support/WebTransformationMatrix.cpp: Removed.
Location:
trunk/Source
Files:
2 deleted
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/Platform/ChangeLog

    r146135 r146163  
     12013-03-18  James Robinson  <jamesr@chromium.org>
     2
     3        [chromium] Remove unused type WebTransformationMatrix
     4        https://bugs.webkit.org/show_bug.cgi?id=112634
     5
     6        Reviewed by Adam Barth.
     7
     8        * Platform.gypi:
     9        * chromium/public/WebTransformationMatrix.h: Removed.
     10
    1112013-03-18  W. James MacLean  <wjmaclean@chromium.org>
    212
  • trunk/Source/Platform/Platform.gypi

    r146111 r146163  
    135135            'chromium/public/WebThread.h',
    136136            'chromium/public/WebThreadSafeData.h',
    137             'chromium/public/WebTransformationMatrix.h',
    138137            'chromium/public/WebTransformAnimationCurve.h',
    139138            'chromium/public/WebTransformKeyframe.h',
  • trunk/Source/WebCore/ChangeLog

    r146161 r146163  
     12013-03-18  James Robinson  <jamesr@chromium.org>
     2
     3        [chromium] Remove unused type WebTransformationMatrix
     4        https://bugs.webkit.org/show_bug.cgi?id=112634
     5
     6        Reviewed by Adam Barth.
     7
     8        * WebCore.gypi:
     9        * platform/chromium/support/WebTransformationMatrix.cpp: Removed.
     10
    1112013-03-18  Arnaud Renevier  <a.renevier@sisa.samsung.com>
    212
  • trunk/Source/WebCore/WebCore.gypi

    r146145 r146163  
    74367436            'platform/chromium/support/WebThreadSafeData.cpp',
    74377437            'platform/chromium/support/WebTransformKeyframe.cpp',
    7438             'platform/chromium/support/WebTransformationMatrix.cpp',
    74397438            'platform/chromium/support/WebURL.cpp',
    74407439            'platform/chromium/support/WebURLError.cpp',
Note: See TracChangeset for help on using the changeset viewer.