| 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
|
|
|