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

Unified Diff: content/renderer/gpu/render_widget_compositor.cc

Issue 12211149: Revert 182106 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 7 years, 10 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/public/renderer/render_view_observer.h ('k') | content/renderer/render_view_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/gpu/render_widget_compositor.cc
===================================================================
--- content/renderer/gpu/render_widget_compositor.cc (revision 182123)
+++ content/renderer/gpu/render_widget_compositor.cc (working copy)
@@ -359,7 +359,9 @@
}
void RenderWidgetCompositor::didCommit() {
- widget_->DidCommitCompositorFrame();
+ // TODO(jamesr): There is no chromium-side implementation of this first call,
+ // remove if it's not needed.
+ widget_->didCommitCompositorFrame();
widget_->didBecomeReadyForAdditionalInput();
}
« no previous file with comments | « content/public/renderer/render_view_observer.h ('k') | content/renderer/render_view_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698