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

Unified Diff: Source/platform/fonts/FontSmoothingMode.h

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
« no previous file with comments | « Source/platform/fonts/FontSelector.h ('k') | Source/platform/fonts/FontTest.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/fonts/FontSmoothingMode.h
diff --git a/Source/platform/fonts/FontSmoothingMode.h b/Source/platform/fonts/FontSmoothingMode.h
index 90b0c5c62d1df6e5ce3dbb98741cad7316a33426..c1a77faff3bd7c6713c4cb570a24d1979531672d 100644
--- a/Source/platform/fonts/FontSmoothingMode.h
+++ b/Source/platform/fonts/FontSmoothingMode.h
@@ -26,10 +26,10 @@
#ifndef FontSmoothingMode_h
#define FontSmoothingMode_h
-namespace WebCore {
+namespace blink {
enum FontSmoothingMode { AutoSmoothing, NoSmoothing, Antialiased, SubpixelAntialiased };
-} // namespace WebCore
+} // namespace blink
#endif // FontSmoothingMode_h
« no previous file with comments | « Source/platform/fonts/FontSelector.h ('k') | Source/platform/fonts/FontTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698