Bug 41026

Summary: GraphicsContext3D doesn't define platformLayer() method any platform other than PLATFORM(MAC)
Product: WebKit Reporter: Vangelis Kokkevis <vangelis>
Component: WebCore Misc.Assignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: abarth, cmarrin, dglazkov, eric, hclam, kbr, tkent, vangelis, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: OS X 10.5   
Attachments:
Description Flags
Proposed patch none

Description Vangelis Kokkevis 2010-06-22 17:38:53 PDT
This breaks any non PLATFORM(MAC) build (including Chromium and Qt) that define ACCELERATED_COMPOSITING and 3D_CANVAS
Comment 1 Vangelis Kokkevis 2010-06-22 18:05:34 PDT
Created attachment 59450 [details]
Proposed patch
Comment 2 Kent Tamura 2010-06-22 18:56:03 PDT
Comment on attachment 59450 [details]
Proposed patch

Clearing flags on attachment: 59450

Committed r61648: <http://trac.webkit.org/changeset/61648>
Comment 3 Kent Tamura 2010-06-22 18:56:10 PDT
All reviewed patches have been landed.  Closing bug.
Comment 4 WebKit Review Bot 2010-06-22 19:06:26 PDT
http://trac.webkit.org/changeset/61648 might have broken Chromium Linux Release
Comment 5 Vangelis Kokkevis 2010-06-23 10:39:33 PDT
The build break was taken care of by:

http://trac.webkit.org/changeset/61649

Thanks, Kent!