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

Unified Diff: ui/gfx/win/text_analysis_source.cc

Issue 2054273002: Font fallback for UI (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 4 years, 6 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 | « ui/gfx/win/text_analysis_source.h ('k') | ui/gfx/win/text_analysis_source_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/win/text_analysis_source.cc
diff --git a/content/common/dwrite_text_analysis_source_win.cc b/ui/gfx/win/text_analysis_source.cc
similarity index 95%
rename from content/common/dwrite_text_analysis_source_win.cc
rename to ui/gfx/win/text_analysis_source.cc
index 19c6c54f5996b5ef618ed76dd92ee5857c338a5f..74bfbc853b382095a1300a50e9ad9aba2673e75c 100644
--- a/content/common/dwrite_text_analysis_source_win.cc
+++ b/ui/gfx/win/text_analysis_source.cc
@@ -2,11 +2,12 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "content/common/dwrite_text_analysis_source_win.h"
+#include "ui/gfx/win/text_analysis_source.h"
#include "base/logging.h"
-namespace content {
+namespace gfx {
+namespace win {
TextAnalysisSource::TextAnalysisSource() = default;
TextAnalysisSource::~TextAnalysisSource() = default;
@@ -79,4 +80,5 @@ HRESULT TextAnalysisSource::RuntimeClassInitialize(
return S_OK;
}
-} // namespace content
+} // namespace win
+} // namespace gfx
« no previous file with comments | « ui/gfx/win/text_analysis_source.h ('k') | ui/gfx/win/text_analysis_source_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698