RESOLVED FIXED 108875
[TexMap] Use visible as initial value of backface-visibility-property.
https://bugs.webkit.org/show_bug.cgi?id=108875
Summary [TexMap] Use visible as initial value of backface-visibility-property.
JungJik Lee
Reported 2013-02-04 16:14:15 PST
If we see this URL; http://www.w3.org/TR/css3-transforms/#backface-visibility-property, the initial value of backface-visibility-property is visible. However TextureMapperLayer use hidden(false) as initial value. This patch is for changing the initial value, hidden to visible.
Attachments
proposal patch (1.59 KB, patch)
2013-02-04 16:31 PST, JungJik Lee
no flags
JungJik Lee
Comment 1 2013-02-04 16:31:32 PST
Created attachment 186493 [details] proposal patch
JungJik Lee
Comment 2 2013-02-05 03:49:22 PST
GraphicsLayer's m_backfaceVisibility is true. We need to sync TextureMapperLayer's value with GraphicsLayer.
WebKit Review Bot
Comment 3 2013-02-05 04:42:52 PST
Comment on attachment 186493 [details] proposal patch Clearing flags on attachment: 186493 Committed r141885: <http://trac.webkit.org/changeset/141885>
WebKit Review Bot
Comment 4 2013-02-05 04:42:56 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.