Index: Source/WebCore/platform/graphics/chromium/cc/CCSingleThreadProxy.cpp |
=================================================================== |
--- Source/WebCore/platform/graphics/chromium/cc/CCSingleThreadProxy.cpp (revision 121110) |
+++ Source/WebCore/platform/graphics/chromium/cc/CCSingleThreadProxy.cpp (working copy) |
@@ -252,9 +252,8 @@ |
void CCSingleThreadProxy::setNeedsForcedCommit() |
{ |
- // Do the commit right here. Simply scheduling a commit won't |
- // work if we're not visible. |
- commitAndComposite(); |
+ // This proxy doesn't block commits when not visible so use a normal commit. |
+ setNeedsCommit(); |
} |
void CCSingleThreadProxy::setNeedsRedraw() |