diff options
Diffstat (limited to 'views/controls/native_control.h')
-rw-r--r-- | views/controls/native_control.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/views/controls/native_control.h b/views/controls/native_control.h index 5a180d2..75a2a49 100644 --- a/views/controls/native_control.h +++ b/views/controls/native_control.h @@ -1,4 +1,4 @@ -// Copyright (c) 2006-2008 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. @@ -42,6 +42,7 @@ class NativeControl : public View { // Overridden to do nothing. virtual void Paint(gfx::Canvas* canvas); + protected: friend class NativeControlContainer; |