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

Issue 551183005: [TextBlob] Fix LCD text handling. (Closed)

Created:
6 years, 3 months ago by f(malita)
Modified:
6 years, 3 months ago
Reviewers:
eae, jbroman, reed1
CC:
blink-reviews, jamesr, krit, jbroman, danakj, Rik, Stephen Chennney, pdr., rwlbuis
Project:
blink
Visibility:
Public.

Description

[TextBlob] Fix LCD text handling. The LCD bit is captured in run paints at blob build time, so any adjustments should be performed at that point. Also, text encoding is handled similarly, and we don't need to set it on draw paints. R=jbroman@chromium.org,reed@chromium.org,eae@chromium.org BUG=412445 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=181757

Patch Set 1 #

Total comments: 1

Patch Set 2 : Mac build fix #

Patch Set 3 : pass a bool instead of a GC #

Unified diffs Side-by-side diffs Delta from patch set Stats (+16 lines, -16 lines) Patch
M Source/platform/fonts/Font.h View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M Source/platform/fonts/Font.cpp View 1 2 1 chunk +1 line, -1 line 0 comments Download
M Source/platform/fonts/harfbuzz/FontHarfBuzz.cpp View 1 2 3 chunks +7 lines, -9 lines 0 comments Download
M Source/platform/fonts/mac/FontMac.cpp View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M Source/platform/graphics/GraphicsContext.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/platform/graphics/GraphicsContext.cpp View 2 chunks +2 lines, -2 lines 0 comments Download

Messages

Total messages: 10 (2 generated)
f(malita)
6 years, 3 months ago (2014-09-10 17:03:41 UTC) #1
jbroman
LGTM, though I hope we can soon get GraphicsContext back out of buildTextBlob. https://codereview.chromium.org/551183005/diff/1/Source/platform/fonts/harfbuzz/FontHarfBuzz.cpp File ...
6 years, 3 months ago (2014-09-10 17:09:40 UTC) #3
f(malita)
On 2014/09/10 17:09:40, jbroman wrote: > LGTM, though I hope we can soon get GraphicsContext ...
6 years, 3 months ago (2014-09-10 17:18:24 UTC) #4
reed1
could we just pass , bool couldUseLCD as the new parameter, instead of the entire ...
6 years, 3 months ago (2014-09-10 17:27:01 UTC) #5
eae
LGTM
6 years, 3 months ago (2014-09-10 18:01:44 UTC) #6
f(malita)
On 2014/09/10 17:27:01, reed1 wrote: > could we just pass > > , bool couldUseLCD ...
6 years, 3 months ago (2014-09-10 18:11:35 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/fmalita@chromium.org/551183005/40001
6 years, 3 months ago (2014-09-10 19:07:12 UTC) #9
commit-bot: I haz the power
6 years, 3 months ago (2014-09-10 19:17:03 UTC) #10
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as 181757

Powered by Google App Engine
This is Rietveld 408576698