GrRenderTarget.h used to be pulled (indirectly) by GrContext.h but isn't need anymore. However, WebKit is ...
13 years, 3 months ago
(2011-08-19 14:46:45 UTC)
#1
GrRenderTarget.h used to be pulled (indirectly) by GrContext.h but isn't need
anymore.
However, WebKit is relying on having the definition of GrRenderTaget in a file
that includes GrContext.h.
Thus, a skia roll would be blocked by patching WK and waiting for a WK roll in
Chrome.
This change unblocks the roll. WK can be updated to pull the header (or to not
require GrRenderTarget's definition) at a later time and this can be removed.
#include "LGTM" On 2011/08/19 14:46:45, bsalomon wrote: > GrRenderTarget.h used to be pulled (indirectly) by ...
13 years, 3 months ago
(2011-08-19 14:48:14 UTC)
#2
#include "LGTM"
On 2011/08/19 14:46:45, bsalomon wrote:
> GrRenderTarget.h used to be pulled (indirectly) by GrContext.h but isn't need
> anymore.
>
> However, WebKit is relying on having the definition of GrRenderTaget in a file
> that includes GrContext.h.
>
> Thus, a skia roll would be blocked by patching WK and waiting for a WK roll in
> Chrome.
>
> This change unblocks the roll. WK can be updated to pull the header (or to not
> require GrRenderTarget's definition) at a later time and this can be removed.
Issue 4927041: Include GrRenderTarget.h in GrContext.h
(Closed)
Created 13 years, 3 months ago by bsalomon
Modified 13 years, 3 months ago
Reviewers: epoger
Base URL: http://skia.googlecode.com/svn/trunk/
Comments: 0