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

Unified Diff: chrome/renderer/render_widget.cc

Issue 5962018: Chromium support for webkitAnimationTime property (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 11 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 | « no previous file | chrome/renderer/render_widget_fullscreen_pepper.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/renderer/render_widget.cc
diff --git a/chrome/renderer/render_widget.cc b/chrome/renderer/render_widget.cc
index 2f145765acd5eb0195223f4e01e4cd675e1c6dbb..019aebe4a2f84d5aee7c53d75e3d1fe5071abcd7 100644
--- a/chrome/renderer/render_widget.cc
+++ b/chrome/renderer/render_widget.cc
@@ -566,6 +566,8 @@ void RenderWidget::DoDeferredUpdate() {
webwidget_->composite(false);
}
+ webwidget_->clearCurrentAnimationTime();
darin (slow to review) 2011/01/06 05:52:29 what about other places where we call WebWidget::p
+
// sending an ack to browser process that the paint is complete...
ViewHostMsg_UpdateRect_Params params;
params.bitmap = dib_id;
« no previous file with comments | « no previous file | chrome/renderer/render_widget_fullscreen_pepper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698