Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(83)

Unified Diff: content/renderer/render_widget.cc

Issue 6961039: Revert r75078 now that crbug.com/72007 is fixed. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/renderer/render_thread.h ('k') | webkit/glue/webkitclient_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/render_widget.cc
===================================================================
--- content/renderer/render_widget.cc (revision 85645)
+++ content/renderer/render_widget.cc (working copy)
@@ -609,10 +609,6 @@
this, &RenderWidget::AnimationCallback), 16);
animation_task_posted_ = true;
animation_update_pending_ = false;
- // Explicitly pump the WebCore Timer queue to avoid starvation on OS X.
- // See crbug.com/71735.
- // TODO(jamesr) Remove this call once crbug.com/72007 is fixed.
- RenderThread::current()->GetWebKitClientImpl()->DoTimeout();
webwidget_->animate();
return;
}
« no previous file with comments | « content/renderer/render_thread.h ('k') | webkit/glue/webkitclient_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698