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

Unified Diff: chrome/browser/renderer_host/render_widget_host.cc

Issue 39206: NO CODE CHANGE. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 11 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
Index: chrome/browser/renderer_host/render_widget_host.cc
===================================================================
--- chrome/browser/renderer_host/render_widget_host.cc (revision 10992)
+++ chrome/browser/renderer_host/render_widget_host.cc (working copy)
@@ -449,8 +449,8 @@
process()->ReceivedBadMessage(ViewHostMsg_PaintRect__ID);
} else {
// Paint the backing store. This will update it with the renderer-supplied
- // bits. The view will read out of the backing store later to actually draw
- // to the screen.
+ // bits. The view will read out of the backing store later to actually
+ // draw to the screen.
PaintBackingStoreRect(dib, params.bitmap_rect, params.view_size);
}
}
« no previous file with comments | « chrome/browser/renderer_host/browser_render_process_host.cc ('k') | chrome/browser/renderer_host/renderer_security_policy.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698