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

Unified Diff: chrome/browser/ui/views/tabs/dragged_tab_view.cc

Issue 6529037: Rename ProcessPaint to Paint() (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 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/ui/views/tabs/dragged_tab_view.cc
===================================================================
--- chrome/browser/ui/views/tabs/dragged_tab_view.cc (revision 75035)
+++ chrome/browser/ui/views/tabs/dragged_tab_view.cc (working copy)
@@ -167,7 +167,7 @@
photobooth_->PaintScreenshotIntoCanvas(
&scale_canvas,
gfx::Rect(image_x, image_y, image_w, image_h));
- renderer_->ProcessPaint(&scale_canvas);
+ renderer_->Paint(&scale_canvas);
SkIRect subset;
subset.set(0, 0, ps.width(), ps.height());
« no previous file with comments | « chrome/browser/ui/views/tab_contents/tab_contents_view_win.cc ('k') | chrome/browser/ui/views/tabs/side_tab_strip.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698