Bug 81463

Summary: [Chromium] PlatformContextSkia::m_drawingToImageBuffer is not correctly set when using per-tile painting.
Product: WebKit Reporter: David Reveman <reveman>
Component: WebCore Misc.Assignee: David Reveman <reveman>
Status: RESOLVED FIXED    
Severity: Normal CC: cc-bugs, danakj, enne, jamesr, reed, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

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.