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

Unified Diff: third_party/WebKit/public/platform/WebFont.h

Issue 1774943003: blink: Rename platform/ methods to prefix with get when they collide. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: clash-platform: rebase-yayyyyyyyy Created 4 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: third_party/WebKit/public/platform/WebFont.h
diff --git a/third_party/WebKit/public/platform/WebFont.h b/third_party/WebKit/public/platform/WebFont.h
index 14498c4c88058489ea5effa0a7cf4c44bb0a4f32..60842384b29f27e1202b4cb395f89699ef52dab2 100644
--- a/third_party/WebKit/public/platform/WebFont.h
+++ b/third_party/WebKit/public/platform/WebFont.h
@@ -23,7 +23,7 @@ public:
BLINK_PLATFORM_EXPORT static WebFont* create(const WebFontDescription&);
BLINK_PLATFORM_EXPORT ~WebFont();
- BLINK_PLATFORM_EXPORT WebFontDescription fontDescription() const;
+ BLINK_PLATFORM_EXPORT WebFontDescription getFontDescription() const;
BLINK_PLATFORM_EXPORT int ascent() const;
BLINK_PLATFORM_EXPORT int descent() const;
BLINK_PLATFORM_EXPORT int height() const;
« no previous file with comments | « third_party/WebKit/Source/web/tests/WebURLResponseTest.cpp ('k') | third_party/WebKit/public/platform/WebMediaStream.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698