diff options
Diffstat (limited to 'ui/views/examples/table_example.h')
| -rw-r--r-- | ui/views/examples/table_example.h | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/ui/views/examples/table_example.h b/ui/views/examples/table_example.h index 45a98ad..33f1cde 100644 --- a/ui/views/examples/table_example.h +++ b/ui/views/examples/table_example.h @@ -1,4 +1,4 @@ -// Copyright (c) 2011 The Chromium Authors. All rights reserved. +// Copyright (c) 2012 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. @@ -17,6 +17,10 @@ #include "ui/views/controls/table/table_view_observer.h" #include "ui/views/examples/example_base.h" +namespace gfx { +class ImageSkia; +} + namespace views { class Checkbox; class Event; @@ -38,7 +42,7 @@ class TableExample : public ExampleBase, // ui::TableModel: virtual int RowCount() OVERRIDE; virtual string16 GetText(int row, int column_id) OVERRIDE; - virtual SkBitmap GetIcon(int row) OVERRIDE; + virtual gfx::ImageSkia GetIcon(int row) OVERRIDE; virtual void SetObserver(ui::TableModelObserver* observer) OVERRIDE; // TableViewObserver: |
