Bug 26724

Summary: Move part of SetDefaultFontSize into RenderThemeChromiumSkia.h
Product: WebKit Reporter: Albert J. Wong <ajwong>
Component: WebCore Misc.Assignee: Albert J. Wong <ajwong>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: OS X 10.5   
Attachments:
Description Flags
Move part of setDefaultFontSize from RenderThemeChromiumWin to RenderThemeChromiumSkia. fishd: review+

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