Bug 108875 - [TexMap] Use visible as initial value of backface-visibility-property.
Summary: [TexMap] Use visible as initial value of backface-visibility-property.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: Other Linux
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-02-04 16:14 PST by JungJik Lee
Modified: 2013-02-05 04:42 PST (History)
2 users (show)

See Also:


Attachments
proposal patch (1.59 KB, patch)
2013-02-04 16:31 PST, JungJik Lee
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description JungJik Lee 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.
Comment 1 JungJik Lee 2013-02-04 16:31:32 PST
Created attachment 186493 [details]
proposal patch
Comment 2 JungJik Lee 2013-02-05 03:49:22 PST
GraphicsLayer's m_backfaceVisibility is true.
We need to sync TextureMapperLayer's value with GraphicsLayer.
Comment 3 WebKit Review Bot 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>
Comment 4 WebKit Review Bot 2013-02-05 04:42:56 PST
All reviewed patches have been landed.  Closing bug.