Changeset 139157 in webkit


Ignore:
Timestamp:
Jan 8, 2013 9:21:11 PM (11 years ago)
Author:
yosin@chromium.org
Message:

Remove WebKit/chromium/src/DragScrollTimer.{cpp,h}
https://bugs.webkit.org/show_bug.cgi?id=106403

This patch removes unused file DragScrollTimer.{cpp,h} obsoleted by
r139044.

Reviewed by Hajime Morita.

  • WebKit.gyp: Changed to remove lines for DragScroll.{cpp.h}.
  • src/DragScrollTimer.cpp: Removed.
  • src/DragScrollTimer.h: Removed.
Location:
trunk/Source/WebKit/chromium
Files:
2 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/chromium/ChangeLog

    r139139 r139157  
     12013-01-08  Yoshifumi Inoue  <yosin@chromium.org>
     2
     3        Remove WebKit/chromium/src/DragScrollTimer.{cpp,h}
     4        https://bugs.webkit.org/show_bug.cgi?id=106403
     5
     6        This patch removes unused file DragScrollTimer.{cpp,h} obsoleted by
     7        r139044.
     8
     9        Reviewed by Hajime Morita.
     10
     11        * WebKit.gyp: Changed to remove lines for DragScroll.{cpp.h}.
     12        * src/DragScrollTimer.cpp: Removed.
     13        * src/DragScrollTimer.h: Removed.
     14
    1152013-01-08  Keishi Hattori  <keishi@webkit.org>
    216
  • trunk/Source/WebKit/chromium/WebKit.gyp

    r138673 r139157  
    385385                'src/DragClientImpl.cpp',
    386386                'src/DragClientImpl.h',
    387                 'src/DragScrollTimer.cpp',
    388                 'src/DragScrollTimer.h',
    389387                'src/EditorClientImpl.cpp',
    390388                'src/EditorClientImpl.h',
Note: See TracChangeset for help on using the changeset viewer.