diff options
Diffstat (limited to 'views/widget/root_view.h')
-rw-r--r-- | views/widget/root_view.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/views/widget/root_view.h b/views/widget/root_view.h index d175c63..bfc3b2c 100644 --- a/views/widget/root_view.h +++ b/views/widget/root_view.h @@ -1,4 +1,4 @@ -// Copyright (c) 2009 The Chromium Authors. All rights reserved. +// Copyright (c) 2010 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. @@ -53,9 +53,6 @@ class RootView : public View, // Convenience to schedule the whole view virtual void SchedulePaint(); - // Convenience to schedule a paint given some ints - virtual void SchedulePaint(int x, int y, int w, int h); - // Paint this RootView and its child Views. virtual void ProcessPaint(gfx::Canvas* canvas); |