summaryrefslogtreecommitdiffstats
path: root/views/background.h
diff options
context:
space:
mode:
authorben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-02-16 00:13:01 +0000
committerben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-02-16 00:13:01 +0000
commita8add2b949474a43d9852966b98c2774af060e1e (patch)
treee50a9987226f3d32b4ec8fbc188403ca67490792 /views/background.h
parente118ff727561aa0472333ea0fef9ff3b9ed8c541 (diff)
downloadchromium_src-a8add2b949474a43d9852966b98c2774af060e1e.zip
chromium_src-a8add2b949474a43d9852966b98c2774af060e1e.tar.gz
chromium_src-a8add2b949474a43d9852966b98c2774af060e1e.tar.bz2
Rename Paint* -> OnPaint*
http://crbug.com/72040 TEST=none TBR=sky Review URL: http://codereview.chromium.org/6499030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75033 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'views/background.h')
-rw-r--r--views/background.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/views/background.h b/views/background.h
index c4848db..56bb7f8 100644
--- a/views/background.h
+++ b/views/background.h
@@ -33,7 +33,7 @@ class View;
// Background can be subclassed to implement various effects.
//
// Any View can have a background. See View::SetBackground() and
-// View::PaintBackground()
+// View::OnPaintBackground()
//
/////////////////////////////////////////////////////////////////////////////
class Background {