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

Unified Diff: ui/gfx/platform_font_linux_unittest.cc

Issue 2744423002: Handle large rects better. (Closed)
Patch Set: Followup fixes Created 3 years, 9 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
Index: ui/gfx/platform_font_linux_unittest.cc
diff --git a/ui/gfx/platform_font_linux_unittest.cc b/ui/gfx/platform_font_linux_unittest.cc
index cc304f20ed6c18a89a52db7be7716fa823b3f4ac..f677ba4dda9af591c8c61af538296b197014c98e 100644
--- a/ui/gfx/platform_font_linux_unittest.cc
+++ b/ui/gfx/platform_font_linux_unittest.cc
@@ -70,6 +70,7 @@ class PlatformFontLinuxTest : public testing::Test {
~PlatformFontLinuxTest() override {
LinuxFontDelegate::SetInstance(
const_cast<LinuxFontDelegate*>(original_font_delegate_));
+ PlatformFontLinux::ReloadDefaultFont();
Peter Mayo 2017/03/17 00:30:48 Oops; this snuck in from https://codereview.chromi
TearDownFontconfig();
}

Powered by Google App Engine
This is Rietveld 408576698