Changeset 129006 in webkit


Ignore:
Timestamp:
Sep 19, 2012 7:52:08 AM (12 years ago)
Author:
commit-queue@webkit.org
Message:

[BlackBerry] BackingStorePrivate::resumeScreenAndBackingStoreUpdates more atomic
Added a missing 'if' statement.
https://bugs.webkit.org/show_bug.cgi?id=96925

PR #180866

Internally Reviewed by Antonio Gomes.

Adding an 'if' statement which should have been in PR # 180866 (SHA:b9c06af395c22e)

Patch by Abbas Sherawala <asherawala@rim.com> on 2012-09-19
Reviewed by Antonio Gomes.

  • Api/BackingStore.cpp:

(BlackBerry::WebKit::BackingStorePrivate::resumeScreenAndBackingStoreUpdates):

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

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/blackberry/Api/BackingStore.cpp

    r128766 r129006  
    361361    BlackBerry::Platform::userInterfaceThreadMessageClient()->syncToCurrentMessage();
    362362
     363    if (op == BackingStore::None)
     364        return;
    363365#if USE(ACCELERATED_COMPOSITING)
    364366    // This will also blit since we set the OSDS flag above.
  • trunk/Source/WebKit/blackberry/ChangeLog

    r128933 r129006  
     12012-09-19  Abbas Sherawala  <asherawala@rim.com>
     2
     3        [BlackBerry] BackingStorePrivate::resumeScreenAndBackingStoreUpdates more atomic
     4        Added a missing 'if' statement.
     5        https://bugs.webkit.org/show_bug.cgi?id=96925
     6
     7        PR #180866
     8
     9        Internally Reviewed by Antonio Gomes.
     10
     11        Adding an 'if' statement which should have been in PR # 180866 (SHA:b9c06af395c22e)
     12
     13        Reviewed by Antonio Gomes.
     14
     15        * Api/BackingStore.cpp:
     16        (BlackBerry::WebKit::BackingStorePrivate::resumeScreenAndBackingStoreUpdates):
     17
    1182012-09-18  Nima Ghanavatian  <nghanavatian@rim.com>
    219
Note: See TracChangeset for help on using the changeset viewer.