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

Unified Diff: Source/platform/scroll/ScrollbarThemeMacCommon.mm

Issue 400543004: Rename WebCore namespace to blink in Platform (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 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
Index: Source/platform/scroll/ScrollbarThemeMacCommon.mm
diff --git a/Source/platform/scroll/ScrollbarThemeMacCommon.mm b/Source/platform/scroll/ScrollbarThemeMacCommon.mm
index d4096ae3ee1bcfefd1e181d36b9ed19a87d103c7..076e588187c1f236735e4830c35aa359dea4df2b 100644
--- a/Source/platform/scroll/ScrollbarThemeMacCommon.mm
+++ b/Source/platform/scroll/ScrollbarThemeMacCommon.mm
@@ -53,13 +53,13 @@
// FIXME: There are repainting problems due to Aqua scroll bar buttons' visual overflow.
using namespace std;
-using namespace WebCore;
+using namespace blink;
@interface NSColor (WebNSColorDetails)
+ (NSImage *)_linenPatternImage;
@end
-namespace WebCore {
+namespace blink {
typedef HashSet<ScrollbarThemeClient*> ScrollbarSet;
@@ -361,4 +361,4 @@ bool ScrollbarThemeMacCommon::isOverlayAPIAvailable()
return apiAvailable;
}
-} // namespace WebCore
+} // namespace blink
« no previous file with comments | « Source/platform/scroll/ScrollbarThemeMacCommon.h ('k') | Source/platform/scroll/ScrollbarThemeMacNonOverlayAPI.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698