Index: gfx/native_theme_linux.h |
diff --git a/gfx/native_theme_linux.h b/gfx/native_theme_linux.h |
index 62a84e989cecc953baed6820fce7cdc72415d102..4a79da31dc7fd576f04cef604e3455a304e1bb1c 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. |