2011-03-10 Takayoshi Kochi <kochi@chromium.org>

        Reviewed by Tony Chang.

        Remove default parameter declaration for familiForChars(), which is no longer necessary.

        * public/gtk/WebFontInfo.h:

git-svn-id: svn://svn.chromium.org/blink/trunk@80810 bbb929c8-8fbe-4397-9dbb-9b2b20218538
parent 3c73f057
2011-03-10 Takayoshi Kochi <kochi@chromium.org>
Reviewed by Tony Chang.
Remove default parameter declaration for familiForChars(), which is no longer necessary.
* public/gtk/WebFontInfo.h:
2011-03-10 Nat Duca <nduca@chromium.org>
Reviewed by James Robinson.
......
......@@ -50,7 +50,7 @@ public:
//
// Returns: the font family or an empty string if the request could not be
// satisfied.
WEBKIT_API static WebCString familyForChars(const WebUChar* characters, size_t numCharacters, const char* preferredLocale = 0);
WEBKIT_API static WebCString familyForChars(const WebUChar* characters, size_t numCharacters, const char* preferredLocale);
// Fill out the given WebFontRenderStyle with the user's preferences for
// rendering the given font at the given size.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment