Chromium Code Reviews

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

Issue 2824773002: Rename ScopedComPtr::get() to ScopedComPtr::Get() (Closed)
Patch Set: Update to 5293966 Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « ui/gfx/win/direct_manipulation.cc ('k') | ui/gl/gl_angle_util_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/win/direct_write.cc
diff --git a/ui/gfx/win/direct_write.cc b/ui/gfx/win/direct_write.cc
index 05ec8632b3a02135fc8dac1b550d78ab7a5619da..8645ae85ed8b422090bbd8344e26e43e0f6e3395 100644
--- a/ui/gfx/win/direct_write.cc
+++ b/ui/gfx/win/direct_write.cc
@@ -55,11 +55,11 @@ void MaybeInitializeDirectWrite() {
// interface fails with E_INVALIDARG on certain Windows 7 gold versions
// (6.1.7600.*). We should just use GDI in these cases.
sk_sp<SkFontMgr> direct_write_font_mgr =
- SkFontMgr_New_DirectWrite(factory.get());
+ SkFontMgr_New_DirectWrite(factory.Get());
if (!direct_write_font_mgr)
return;
SetDefaultSkiaFactory(std::move(direct_write_font_mgr));
- gfx::PlatformFontWin::SetDirectWriteFactory(factory.get());
+ gfx::PlatformFontWin::SetDirectWriteFactory(factory.Get());
}
} // namespace win
« no previous file with comments | « ui/gfx/win/direct_manipulation.cc ('k') | ui/gl/gl_angle_util_win.cc » ('j') | no next file with comments »

Powered by Google App Engine