Bug 26724 - Move part of SetDefaultFontSize into RenderThemeChromiumSkia.h
Summary: Move part of SetDefaultFontSize into RenderThemeChromiumSkia.h
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Albert J. Wong
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-06-25 12:27 PDT by Albert J. Wong
Modified: 2009-06-25 16:59 PDT (History)
0 users

See Also:


Attachments
Move part of setDefaultFontSize from RenderThemeChromiumWin to RenderThemeChromiumSkia. (3.78 KB, patch)
2009-06-25 12:37 PDT, Albert J. Wong
fishd: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Albert J. Wong 2009-06-25 12:27:42 PDT
Currently, linux-land does not allow for setting of the default font size.

Pull up the relevant part of the code for changing font size out of RenderThemeChromiumWin into RenderThemeChromiumSkia so that it may be called from linux chromium.
Comment 1 Albert J. Wong 2009-06-25 12:37:53 PDT
Created attachment 31871 [details]
Move part of setDefaultFontSize from RenderThemeChromiumWin to RenderThemeChromiumSkia.

short patch to make the setDefaultFontSize function available on linux.
Comment 2 Darin Fisher (:fishd, Google) 2009-06-25 16:57:34 PDT
Comment on attachment 31871 [details]
Move part of setDefaultFontSize from RenderThemeChromiumWin to RenderThemeChromiumSkia.

> +2009-06-25  Albert J. Wong  <ajwong@chromium.org>
> +
> +        Reviewed by NOBODY (OOPS!).
> +
> +        Move relavent part of setDefaultFontSize from RenderThemeChromiumWin
> +        up into RenderThemeChromiumSkia.

please remember to insert a bug link next time.

R=me
Comment 3 Darin Fisher (:fishd, Google) 2009-06-25 16:59:17 PDT
Landed as http://trac.webkit.org/changeset/45215