diff options
author | oshima@google.com <oshima@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-05-09 21:29:56 +0000 |
---|---|---|
committer | oshima@google.com <oshima@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-05-09 21:29:56 +0000 |
commit | 43162fc69612c9824547ca9edb05a308c7c1737c (patch) | |
tree | fa1dac372e46f8b074e1521a0e175231ffff7ae2 /views/view.h | |
parent | e0b231d3878b5351b1e643a2d746b733e3a5e13d (diff) | |
download | chromium_src-43162fc69612c9824547ca9edb05a308c7c1737c.zip chromium_src-43162fc69612c9824547ca9edb05a308c7c1737c.tar.gz chromium_src-43162fc69612c9824547ca9edb05a308c7c1737c.tar.bz2 |
Delete Obsolete PaintNow method
This seems to be doing nothing now.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/6969005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@84683 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'views/view.h')
-rw-r--r-- | views/view.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/views/view.h b/views/view.h index 6c0b950..07577c0 100644 --- a/views/view.h +++ b/views/view.h @@ -528,9 +528,6 @@ class View : public AcceleratorTarget { // the hierarchy beneath it. virtual void Paint(gfx::Canvas* canvas); - // Paint this View immediately. - virtual void PaintNow(); - // The background object is owned by this object and may be NULL. void set_background(Background* b) { background_.reset(b); } const Background* background() const { return background_.get(); } |