Bug 81463 - [Chromium] PlatformContextSkia::m_drawingToImageBuffer is not correctly set when using per-tile painting.
Summary: [Chromium] PlatformContextSkia::m_drawingToImageBuffer is not correctly set w...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: David Reveman
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-03-17 19:14 PDT by David Reveman
Modified: 2012-03-18 09:51 PDT (History)
6 users (show)

See Also:


Attachments
Patch (2.67 KB, patch)
2012-03-17 19:16 PDT, David Reveman
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description David Reveman 2012-03-17 19:14:33 PDT
PlatformContextSkia::setDrawingToImageBuffer() is not called properly when using per-tile painting. This causes skia to use sub-pixel text rendering when it shouldn't.

Issue was previously reported as: http://code.google.com/p/skia/issues/detail?id=477
Comment 1 David Reveman 2012-03-17 19:16:58 PDT
Created attachment 132477 [details]
Patch
Comment 2 WebKit Review Bot 2012-03-17 20:20:35 PDT
Comment on attachment 132477 [details]
Patch

Clearing flags on attachment: 132477

Committed r111131: <http://trac.webkit.org/changeset/111131>
Comment 3 WebKit Review Bot 2012-03-17 20:20:39 PDT
All reviewed patches have been landed.  Closing bug.
Comment 4 Dana Jansens 2012-03-18 09:51:06 PDT
@enne this is going to interact with enabling subpixel AA work.