Changeset 106790 in webkit


Ignore:
Timestamp:
Feb 6, 2012 1:58:05 AM (12 years ago)
Author:
commit-queue@webkit.org
Message:

[BlackBerry] Remove unused variable in BackingStore
https://bugs.webkit.org/show_bug.cgi?id=77851

Patch by Robin Cao <robin.cao@torchmobile.com.cn> on 2012-02-06
Reviewed by Kentaro Hara.

  • blackberry/Api/BackingStore.cpp:

(BlackBerry::WebKit::BackingStorePrivate::blitContents):

Location:
trunk/Source/WebKit
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/ChangeLog

    r106731 r106790  
     12012-02-06  Robin Cao  <robin.cao@torchmobile.com.cn>
     2
     3        [BlackBerry] Remove unused variable in BackingStore
     4        https://bugs.webkit.org/show_bug.cgi?id=77851
     5
     6        Reviewed by Kentaro Hara.
     7
     8        * blackberry/Api/BackingStore.cpp:
     9        (BlackBerry::WebKit::BackingStorePrivate::blitContents):
     10
    1112012-02-04  Jacky Jiang  <zhajiang@rim.com>
    212
  • trunk/Source/WebKit/blackberry/Api/BackingStore.cpp

    r104738 r106790  
    13381338        wholeTileRect.first = index;
    13391339        wholeTileRect.second = this->tileRect();
    1340         Platform::IntRect wholeRect
    1341             = mapFromTilesToTransformedContents(wholeTileRect, currentState->backingStoreRect());
    13421340
    13431341        bool committed = tile->isCommitted();
Note: See TracChangeset for help on using the changeset viewer.