Bug 41026 - GraphicsContext3D doesn't define platformLayer() method any platform other than PLATFORM(MAC)
Summary: GraphicsContext3D doesn't define platformLayer() method any platform other th...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: All OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-06-22 17:38 PDT by Vangelis Kokkevis
Modified: 2010-06-23 10:39 PDT (History)
9 users (show)

See Also:


Attachments
Proposed patch (1.93 KB, patch)
2010-06-22 18:05 PDT, Vangelis Kokkevis
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!