diff options
author | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-02-16 00:13:01 +0000 |
---|---|---|
committer | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-02-16 00:13:01 +0000 |
commit | a8add2b949474a43d9852966b98c2774af060e1e (patch) | |
tree | e50a9987226f3d32b4ec8fbc188403ca67490792 /views/controls/progress_bar.h | |
parent | e118ff727561aa0472333ea0fef9ff3b9ed8c541 (diff) | |
download | chromium_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/controls/progress_bar.h')
-rw-r--r-- | views/controls/progress_bar.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/controls/progress_bar.h b/views/controls/progress_bar.h index 8eaadf54..b2f1202 100644 --- a/views/controls/progress_bar.h +++ b/views/controls/progress_bar.h @@ -38,7 +38,7 @@ class ProgressBar : public View { virtual std::string GetClassName() const; // Overridden to paint - virtual void Paint(gfx::Canvas* canvas); + virtual void OnPaint(gfx::Canvas* canvas); // Set and get the progress bar progress in range [0, kMaxProgress]. virtual void SetProgress(int progress); |