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

Unified Diff: chrome/browser/ui/views/tab_contents/tab_contents_view_win.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/tab_contents/tab_contents_view_win.cc
===================================================================
--- chrome/browser/ui/views/tab_contents/tab_contents_view_win.cc (revision 75035)
+++ chrome/browser/ui/views/tab_contents/tab_contents_view_win.cc (working copy)
@@ -412,7 +412,7 @@
GetClientRect(&cr);
sad_tab_->SetBoundsRect(gfx::Rect(cr));
gfx::CanvasSkiaPaint canvas(GetNativeView(), true);
- sad_tab_->ProcessPaint(&canvas);
+ sad_tab_->Paint(&canvas);
return;
}
« no previous file with comments | « chrome/browser/ui/views/tab_contents/tab_contents_view_gtk.cc ('k') | chrome/browser/ui/views/tabs/dragged_tab_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698