| Index: ui/gfx/win/direct_write.cc
|
| diff --git a/ui/gfx/win/direct_write.cc b/ui/gfx/win/direct_write.cc
|
| index 2153f2c497546bb60cf8df88ebe75b46415fda19..8b313af1d435b940ecbb328f784eb73799f4d565 100644
|
| --- a/ui/gfx/win/direct_write.cc
|
| +++ b/ui/gfx/win/direct_write.cc
|
| @@ -64,9 +64,9 @@ void MaybeInitializeDirectWrite() {
|
| tried_dwrite_initialize = true;
|
|
|
| if (!ShouldUseDirectWrite() ||
|
| - CommandLine::ForCurrentProcess()->HasSwitch(
|
| + base::CommandLine::ForCurrentProcess()->HasSwitch(
|
| switches::kDisableDirectWriteForUI) ||
|
| - CommandLine::ForCurrentProcess()->HasSwitch(
|
| + base::CommandLine::ForCurrentProcess()->HasSwitch(
|
| switches::kDisableHarfBuzzRenderText)) {
|
| return;
|
| }
|
|
|