Bug 60334
Summary: | [Qt] QtWebKit is compiled without 3D transforms enabled | ||
---|---|---|---|
Product: | WebKit | Reporter: | Noam Rosenthal <noam> |
Component: | Layout and Rendering | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | abecsi, joybro201, ossy |
Priority: | P2 | Keywords: | Qt, Regression |
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Noam Rosenthal
There's a regression, probably since the changes to the build, that makes Qt compile with 3D rendering disabled.
3D rendering should be enabled by default in Qt.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Csaba Osztrogonác
3D rendetering is enabled by default. What kind of regression do you mean?
Source/WebCore/features.pri:
...
!contains(DEFINES, ENABLE_3D_RENDERING=.): DEFINES += ENABLE_3D_RENDERING=1
...
Noam Rosenthal
(In reply to comment #1)
> 3D rendetering is enabled by default. What kind of regression do you mean?
>
> Source/WebCore/features.pri:
> ...
> !contains(DEFINES, ENABLE_3D_RENDERING=.): DEFINES += ENABLE_3D_RENDERING=1
> ...
I mean, that QtWebkit doesn't render 3D anymore.
Noam Rosenthal
Fixed in r86276