|
|
[cc] Add window decoration layers (NinePatch)
This adds a new layer type for window decorations.
It uses small textures that get scaled non-uniformly (only along the side axes, while the corner quads are not scaled to allow for non-filtered rounded edges). The desired output size is derived from the layer bounds. The aperture specifies the transparent region inside the bitmap where the window contents are supposed to show.
Total comments: 3
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+680 lines, -0 lines) |
Patch |
 |
A |
cc/CCDecorationLayerImpl.h
|
View
|
1
2
3
|
1 chunk |
+48 lines, -0 lines |
0 comments
|
Download
|
 |
A |
cc/CCDecorationLayerImpl.cpp
|
View
|
1
2
|
1 chunk |
+109 lines, -0 lines |
0 comments
|
Download
|
 |
A |
cc/CCDecorationLayerImplTest.cpp
|
View
|
1
2
|
1 chunk |
+87 lines, -0 lines |
0 comments
|
Download
|
 |
A |
cc/DecorationLayerChromium.h
|
View
|
1
2
3
|
1 chunk |
+48 lines, -0 lines |
0 comments
|
Download
|
 |
A |
cc/DecorationLayerChromium.cpp
|
View
|
1
2
3
|
1 chunk |
+158 lines, -0 lines |
0 comments
|
Download
|
 |
|
cc/DecorationLayerChromiumTest.cpp
|
View
|
1
2
|
1 chunk |
+140 lines, -0 lines |
0 comments
|
Download
|
 |
M |
cc/cc.gyp
|
View
|
1
2
3
|
2 chunks |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
A |
webkit/compositor_bindings/WebDecorationLayerImpl.h
|
View
|
1
2
|
1 chunk |
+31 lines, -0 lines |
0 comments
|
Download
|
 |
A |
webkit/compositor_bindings/WebDecorationLayerImpl.cpp
|
View
|
1
2
|
1 chunk |
+41 lines, -0 lines |
0 comments
|
Download
|
 |
M |
webkit/compositor_bindings/WebLayerTest.cpp
|
View
|
1
2
3
|
2 chunks |
+12 lines, -0 lines |
0 comments
|
Download
|
 |
M |
webkit/compositor_bindings/compositor_bindings.gyp
|
View
|
1
2
3
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
Total messages: 14 (0 generated)
|