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

Unified Diff: webkit/glue/webthemeengine_impl_linux.h

Issue 8961013: Clean up the Linux WebThemeEngine impl according to the coding style rules (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years 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 | « no previous file | webkit/glue/webthemeengine_impl_linux.cc » ('j') | webkit/glue/webthemeengine_impl_linux.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/glue/webthemeengine_impl_linux.h
diff --git a/webkit/glue/webthemeengine_impl_linux.h b/webkit/glue/webthemeengine_impl_linux.h
index 539e170c65c43c19c0b42c6a01a6dbcde7716722..2156f36a6e253722a98d2486a5329e03bd176251 100644
--- a/webkit/glue/webthemeengine_impl_linux.h
+++ b/webkit/glue/webthemeengine_impl_linux.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef WEBTHEMEENGINE_IMPL_LINUX_H_
-#define WEBTHEMEENGINE_IMPL_LINUX_H_
+#ifndef WEBKIT_GLUE_WEBTHEMEENGINE_IMPL_LINUX_H_
+#define WEBKIT_GLUE_WEBTHEMEENGINE_IMPL_LINUX_H_
#include "third_party/WebKit/Source/WebKit/chromium/public/platform/linux/WebThemeEngine.h"
@@ -14,13 +14,13 @@ class WebThemeEngineImpl : public WebKit::WebThemeEngine {
// WebThemeEngine methods:
virtual WebKit::WebSize getSize(WebKit::WebThemeEngine::Part);
virtual void paint(
- WebKit::WebCanvas*,
- WebKit::WebThemeEngine::Part,
- WebKit::WebThemeEngine::State,
- const WebKit::WebRect&,
- const WebKit::WebThemeEngine::ExtraParams*);
+ WebKit::WebCanvas* canvas,
+ WebKit::WebThemeEngine::Part part,
+ WebKit::WebThemeEngine::State state,
+ const WebKit::WebRect& rect,
+ const WebKit::WebThemeEngine::ExtraParams* extra_params);
};
} // namespace webkit_glue
-#endif // WEBTHEMEENGINE_IMPL_LINUX_H_
+#endif // WEBKIT_GLUE_WEBTHEMEENGINE_IMPL_LINUX_H_
« no previous file with comments | « no previous file | webkit/glue/webthemeengine_impl_linux.cc » ('j') | webkit/glue/webthemeengine_impl_linux.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698