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

Unified Diff: third_party/WebKit/Source/platform/fonts/android/FontCacheAndroidTest.cpp

Issue 2815523002: Rename Script() returning UScriptCode to GetScript() (Closed)
Patch Set: Rebase Created 3 years, 8 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: third_party/WebKit/Source/platform/fonts/android/FontCacheAndroidTest.cpp
diff --git a/third_party/WebKit/Source/platform/fonts/android/FontCacheAndroidTest.cpp b/third_party/WebKit/Source/platform/fonts/android/FontCacheAndroidTest.cpp
index 893dffd95596dd45562640af78183e6ca0854572..cb8d2098d42e2fd77bd2591dac5623b93fffe148 100644
--- a/third_party/WebKit/Source/platform/fonts/android/FontCacheAndroidTest.cpp
+++ b/third_party/WebKit/Source/platform/fonts/android/FontCacheAndroidTest.cpp
@@ -16,7 +16,7 @@ TEST(FontCacheAndroid, fallbackFontForCharacter) {
FontDescription font_description;
font_description.SetLocale(LayoutLocale::Get("zh"));
- ASSERT_EQ(USCRIPT_SIMPLIFIED_HAN, font_description.Script());
+ ASSERT_EQ(USCRIPT_SIMPLIFIED_HAN, font_description.GetScript());
font_description.SetGenericFamily(FontDescription::kStandardFamily);
FontCache* font_cache = FontCache::GetFontCache();

Powered by Google App Engine
This is Rietveld 408576698