Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(56)

Unified Diff: gfx/native_theme_linux.h

Issue 6081007: Start sorting methods in class declarations. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: nits Created 9 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « gfx/gfx.gyp ('k') | gfx/platform_font_gtk.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « gfx/gfx.gyp ('k') | gfx/platform_font_gtk.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698