Bug 113087 - Build fix for TransformationMatrix
Summary: Build fix for TransformationMatrix
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Linux
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-03-22 11:52 PDT by ChangSeok Oh
Modified: 2013-03-22 13:19 PDT (History)
3 users (show)

See Also:


Attachments
Patch (2.13 KB, patch)
2013-03-22 12:04 PDT, ChangSeok Oh
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description ChangSeok Oh 2013-03-22 11:52:31 PDT
My build commend is..
./autogen.sh --prefix=/usr/local --enable-debug --disable-egl --with-acceleration-backend=clutter --disable-webkit2

And following is a log I'm facing.
In file included from ../../Source/WebCore/platform/graphics/clutter/GraphicsContext3DPrivate.cpp:21:0:
../../Source/WebCore/platform/graphics/clutter/GraphicsContext3DPrivate.h:42:90: error: 'TransformationMatrix' does not name a type

Other ports using TextureMapper for AC backend seems no build-break since they include TextureMapperPlatformLayer.h which includes TransformationMatrix.h
Comment 1 ChangSeok Oh 2013-03-22 12:04:27 PDT
Created attachment 194613 [details]
Patch
Comment 2 WebKit Review Bot 2013-03-22 13:19:17 PDT
Comment on attachment 194613 [details]
Patch

Clearing flags on attachment: 194613

Committed r146646: <http://trac.webkit.org/changeset/146646>
Comment 3 WebKit Review Bot 2013-03-22 13:19:20 PDT
All reviewed patches have been landed.  Closing bug.