Title: [129006] trunk/Source/WebKit/blackberry
Revision
129006
Author
commit-qu...@webkit.org
Date
2012-09-19 07:52:08 -0700 (Wed, 19 Sep 2012)

Log 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 <asheraw...@rim.com> on 2012-09-19
Reviewed by Antonio Gomes.

* Api/BackingStore.cpp:
(BlackBerry::WebKit::BackingStorePrivate::resumeScreenAndBackingStoreUpdates):

Modified Paths

Diff

Modified: trunk/Source/WebKit/blackberry/Api/BackingStore.cpp (129005 => 129006)


--- trunk/Source/WebKit/blackberry/Api/BackingStore.cpp	2012-09-19 14:42:52 UTC (rev 129005)
+++ trunk/Source/WebKit/blackberry/Api/BackingStore.cpp	2012-09-19 14:52:08 UTC (rev 129006)
@@ -360,6 +360,8 @@
     --m_suspendScreenUpdates;
     BlackBerry::Platform::userInterfaceThreadMessageClient()->syncToCurrentMessage();
 
+    if (op == BackingStore::None)
+        return;
 #if USE(ACCELERATED_COMPOSITING)
     // This will also blit since we set the OSDS flag above.
     m_webPage->d->commitRootLayerIfNeeded();

Modified: trunk/Source/WebKit/blackberry/ChangeLog (129005 => 129006)


--- trunk/Source/WebKit/blackberry/ChangeLog	2012-09-19 14:42:52 UTC (rev 129005)
+++ trunk/Source/WebKit/blackberry/ChangeLog	2012-09-19 14:52:08 UTC (rev 129006)
@@ -1,3 +1,20 @@
+2012-09-19  Abbas Sherawala  <asheraw...@rim.com>
+
+        [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)
+
+        Reviewed by Antonio Gomes.
+
+        * Api/BackingStore.cpp:
+        (BlackBerry::WebKit::BackingStorePrivate::resumeScreenAndBackingStoreUpdates):
+
 2012-09-18  Nima Ghanavatian  <nghanavat...@rim.com>
 
         [BlackBerry] Use didCancel and didSucceed instead of didCheckCancel and didCheckSucceed
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to