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

Issue 24422003: Merge FontPlatformData::setupPaint and setupPaintForFont on Win (Closed)

Created:
7 years, 2 months ago by eae
Modified:
7 years, 2 months ago
CC:
blink-reviews, jamesr, dsinclair, danakj, Rik, Stephen Chennney, jeez, pdr.
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Visibility:
Public.

Description

Merge FontPlatformData::setupPaint and setupPaintForFont on Win We currently have two different setupPaint methods for the font graphics code on windows, one used for drawing (setupPaintForFont) and one used for metrics for the non-gdi code path (setupPaint). This is silly and error prone, merge the two into FontPlatformData::setupPaint. BUG=249099 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=158352

Patch Set 1 #

Patch Set 2 : Reuploading to fix diffs #

Total comments: 1

Patch Set 3 : w/gdi fix #

Unified diffs Side-by-side diffs Delta from patch set Stats (+90 lines, -81 lines) Patch
M Source/core/platform/graphics/chromium/FontChromiumWin.cpp View 2 chunks +3 lines, -3 lines 0 comments Download
M Source/core/platform/graphics/chromium/FontPlatformDataChromiumWin.h View 2 chunks +2 lines, -3 lines 0 comments Download
M Source/core/platform/graphics/chromium/FontPlatformDataChromiumWin.cpp View 2 chunks +26 lines, -3 lines 0 comments Download
M Source/core/platform/graphics/chromium/UniscribeHelper.h View 2 chunks +4 lines, -4 lines 0 comments Download
M Source/core/platform/graphics/chromium/UniscribeHelper.cpp View 2 chunks +11 lines, -11 lines 0 comments Download
M Source/core/platform/graphics/skia/SkiaFontWin.h View 1 chunk +8 lines, -7 lines 0 comments Download
M Source/core/platform/graphics/skia/SkiaFontWin.cpp View 1 2 3 chunks +36 lines, -50 lines 0 comments Download

Messages

Total messages: 11 (0 generated)
eae
7 years, 2 months ago (2013-09-25 16:09:54 UTC) #1
eae
Never mind the linux_arm bot. Toggled the wrong one by mistake and this code is ...
7 years, 2 months ago (2013-09-25 16:26:31 UTC) #2
bungeman-chromium
Mostly lgtm, with a question about adding another call to ensureFontLoaded. https://codereview.chromium.org/24422003/diff/11001/Source/core/platform/graphics/skia/SkiaFontWin.cpp File Source/core/platform/graphics/skia/SkiaFontWin.cpp (right): ...
7 years, 2 months ago (2013-09-25 17:01:03 UTC) #3
eae
On 2013/09/25 17:01:03, bungeman2 wrote: > Mostly lgtm, with a question about adding another call ...
7 years, 2 months ago (2013-09-25 17:05:27 UTC) #4
bungeman-chromium
On 2013/09/25 17:05:27, eae wrote: > On 2013/09/25 17:01:03, bungeman2 wrote: > > Mostly lgtm, ...
7 years, 2 months ago (2013-09-25 17:29:09 UTC) #5
eae
Thanks. Investigating the test failures now, looks like I might have broken something in the ...
7 years, 2 months ago (2013-09-25 17:53:12 UTC) #6
eae
Need LGTM from full blink committer.
7 years, 2 months ago (2013-09-25 18:24:52 UTC) #7
Stephen White
LGTM
7 years, 2 months ago (2013-09-25 20:39:38 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/eae@chromium.org/24422003/21001
7 years, 2 months ago (2013-09-25 23:01:52 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/eae@chromium.org/24422003/21001
7 years, 2 months ago (2013-09-25 23:31:16 UTC) #10
commit-bot: I haz the power
7 years, 2 months ago (2013-09-26 05:58:33 UTC) #11
Message was sent while issue was closed.
Change committed as 158352

Powered by Google App Engine
This is Rietveld 408576698