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

Unified Diff: webkit/child/webthemeengine_impl_mac.h

Issue 61553006: Rename WebKit namespace to blink (part 5) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 1 month 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 | « webkit/child/webthemeengine_impl_default.cc ('k') | webkit/child/webthemeengine_impl_mac.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/child/webthemeengine_impl_mac.h
diff --git a/webkit/child/webthemeengine_impl_mac.h b/webkit/child/webthemeengine_impl_mac.h
index 77c65989aa15e2aa048235aa7001b8cc634cdd81..6754535c66381460f4338d9a634d615455eb22c4 100644
--- a/webkit/child/webthemeengine_impl_mac.h
+++ b/webkit/child/webthemeengine_impl_mac.h
@@ -9,15 +9,15 @@
namespace webkit_glue {
-class WebThemeEngineImpl : public WebKit::WebThemeEngine {
+class WebThemeEngineImpl : public blink::WebThemeEngine {
public:
- // WebKit::WebThemeEngine implementation.
+ // blink::WebThemeEngine implementation.
virtual void paintScrollbarThumb(
- WebKit::WebCanvas* canvas,
- WebKit::WebThemeEngine::State part,
- WebKit::WebThemeEngine::Size state,
- const WebKit::WebRect& rect,
- const WebKit::WebThemeEngine::ScrollbarInfo& extra_params);
+ blink::WebCanvas* canvas,
+ blink::WebThemeEngine::State part,
+ blink::WebThemeEngine::Size state,
+ const blink::WebRect& rect,
+ const blink::WebThemeEngine::ScrollbarInfo& extra_params);
};
} // namespace webkit_glue
« no previous file with comments | « webkit/child/webthemeengine_impl_default.cc ('k') | webkit/child/webthemeengine_impl_mac.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698