diff options
Diffstat (limited to 'ui/gfx/win')
-rw-r--r-- | ui/gfx/win/direct_write.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/gfx/win/direct_write.cc b/ui/gfx/win/direct_write.cc index 2153f2c..8b313af 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; } |