summaryrefslogtreecommitdiffstats
path: root/gfx/native_theme_linux.h
diff options
context:
space:
mode:
Diffstat (limited to 'gfx/native_theme_linux.h')
-rw-r--r--gfx/native_theme_linux.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/gfx/native_theme_linux.h b/gfx/native_theme_linux.h
index 62a84e9..4a79da3 100644
--- a/gfx/native_theme_linux.h
+++ b/gfx/native_theme_linux.h
@@ -1,4 +1,4 @@
-// Copyright (c) 2010 The Chromium Authors. All rights reserved.
+// Copyright (c) 2011 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.
@@ -19,9 +19,6 @@ class Size;
// Linux theming API.
class NativeThemeLinux {
public:
- // Gets our singleton instance.
- static NativeThemeLinux* instance();
-
// The part to be painted / sized.
enum Part {
kScrollbarDownArrow,
@@ -54,6 +51,9 @@ class NativeThemeLinux {
ScrollbarTrackExtraParams scrollbar_track;
};
+ // Gets our singleton instance.
+ static NativeThemeLinux* instance();
+
// Return the size of the part.
virtual gfx::Size GetSize(Part part) const;
// Paint the part to the canvas.