From 43162fc69612c9824547ca9edb05a308c7c1737c Mon Sep 17 00:00:00 2001 From: "oshima@google.com" Date: Mon, 9 May 2011 21:29:56 +0000 Subject: 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 --- views/view.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'views/view.h') 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(); } -- cgit v1.1