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

Unified Diff: trunk/src/content/renderer/render_view_impl.cc

Issue 141833002: Revert 245445 "Unifies LayerTreeHost::SetNeedsUpdateLayers and S..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 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
Index: trunk/src/content/renderer/render_view_impl.cc
===================================================================
--- trunk/src/content/renderer/render_view_impl.cc (revision 245527)
+++ trunk/src/content/renderer/render_view_impl.cc (working copy)
@@ -5938,7 +5938,7 @@
return;
// Remove the content highlighting if any.
- ScheduleComposite();
+ scheduleComposite();
if (!intent.is_empty())
Send(new ViewHostMsg_StartContentIntent(routing_id_, intent));
« no previous file with comments | « trunk/src/content/renderer/gpu/render_widget_compositor.cc ('k') | trunk/src/content/renderer/render_widget.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698