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

Unified Diff: third_party/WebKit/Source/platform/LayoutLocale.h

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/LayoutLocale.h
diff --git a/third_party/WebKit/Source/platform/LayoutLocale.h b/third_party/WebKit/Source/platform/LayoutLocale.h
index abd287de379e7b7652265020cdc70d83e6478018..952f134921461531cc137926ca4eaff8de9621d6 100644
--- a/third_party/WebKit/Source/platform/LayoutLocale.h
+++ b/third_party/WebKit/Source/platform/LayoutLocale.h
@@ -48,10 +48,10 @@ class PLATFORM_EXPORT LayoutLocale : public RefCounted<LayoutLocale> {
return harfbuzz_language_;
}
const char* LocaleForSkFontMgr() const;
- UScriptCode Script() const { return script_; }
+ UScriptCode GetScript() const { return script_; }
// Disambiguation of the Unified Han Ideographs.
- UScriptCode ScriptForHan() const;
+ UScriptCode GetScriptForHan() const;
bool HasScriptForHan() const;
static const LayoutLocale* LocaleForHan(const LayoutLocale*);
static void InvalidateLocaleForHan() { default_for_han_computed_ = false; }
« no previous file with comments | « third_party/WebKit/Source/core/paint/InlineTextBoxPainter.cpp ('k') | third_party/WebKit/Source/platform/LayoutLocale.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698