diff options
Diffstat (limited to 'views/controls/label.cc')
-rwxr-xr-x | views/controls/label.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/views/controls/label.cc b/views/controls/label.cc index dff4165..79f995a 100755 --- a/views/controls/label.cc +++ b/views/controls/label.cc @@ -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. @@ -304,7 +304,7 @@ void Label::SetColor(const SkColor& color) { color_ = color; } -const SkColor Label::GetColor() const { +SkColor Label::GetColor() const { return color_; } |