Changeset 145365 in webkit


Ignore:
Timestamp:
Mar 11, 2013 8:33:35 AM (11 years ago)
Author:
commit-queue@webkit.org
Message:

[BlackBerry] SelectionHandler: bring back m_lastSelection attribute
https://bugs.webkit.org/show_bug.cgi?id=111972

Patch by Alberto Garcia <agarcia@igalia.com> on 2013-03-11
Reviewed by Rob Buis.

This was removed in r144515 but is still needed by
SelectionHandler::selectionPositionChanged().

  • WebKitSupport/SelectionHandler.h:

(SelectionHandler):

Location:
trunk/Source/WebKit/blackberry
Files:
2 edited

Legend:

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

    r145163 r145365  
     12013-03-11  Alberto Garcia  <agarcia@igalia.com>
     2
     3        [BlackBerry] SelectionHandler: bring back m_lastSelection attribute
     4        https://bugs.webkit.org/show_bug.cgi?id=111972
     5
     6        Reviewed by Rob Buis.
     7
     8        This was removed in r144515 but is still needed by
     9        SelectionHandler::selectionPositionChanged().
     10
     11        * WebKitSupport/SelectionHandler.h:
     12        (SelectionHandler):
     13
    1142013-03-07  Otto Derek Cheung  <otcheung@rim.com>
    215
  • trunk/Source/WebKit/blackberry/WebKitSupport/SelectionHandler.h

    r144640 r145365  
    123123
    124124    WebCore::IntSize m_scrollMargin;
     125    WebCore::VisibleSelection m_lastSelection;
    125126};
    126127
Note: See TracChangeset for help on using the changeset viewer.