Bug 44783 - Move Texture class from p/g/chromium to p/g/gpu
Summary: Move Texture class from p/g/chromium to p/g/gpu
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Other OS X 10.5
: P2 Normal
Assignee: James Robinson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-08-27 12:13 PDT by James Robinson
Modified: 2010-08-27 14:19 PDT (History)
7 users (show)

See Also:


Attachments
Patch (17.25 KB, patch)
2010-08-27 12:15 PDT, James Robinson
fishd: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description James Robinson 2010-08-27 12:13:43 PDT
Move Texture class from p/g/chromium to p/g/gpu
Comment 1 James Robinson 2010-08-27 12:15:59 PDT
Created attachment 65749 [details]
Patch
Comment 2 Stephen White 2010-08-27 12:23:05 PDT
Comment on attachment 65749 [details]
Patch

ooks good to me, if people are ok with us taking the name.

WebCore/platform/graphics/skia/PlatformContextSkia.h:39
 +  #include "SkDrawLooper.h"
Not your fault, but it looks like this could be forward-declared, rather than #included.
Comment 3 James Robinson 2010-08-27 12:59:26 PDT
I'll try forward-declaring SkDrawLooper as well, separately.  Thanks.
Comment 4 James Robinson 2010-08-27 13:37:32 PDT
Committed r66248: <http://trac.webkit.org/changeset/66248>
Comment 5 WebKit Review Bot 2010-08-27 14:19:20 PDT
http://trac.webkit.org/changeset/66248 might have broken Qt Linux Release
The following changes are on the blame list:
http://trac.webkit.org/changeset/66248
http://trac.webkit.org/changeset/66246
http://trac.webkit.org/changeset/66247