|
compositor_unittests target is unimplmented on Mac
Adds necessary pieces to get the WebKit compositor working with
compositor_unittests target on Mac. Required gyp build flags are:
'use_aura': 1,
'use_webkit_compositor': 1,
'use_skia': 1,
BUG= 104390, 104555
TEST=compositor_unittests --gtest_filter=LayerWithRealCompositorTest.* passes and shows correct visual results.
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=110875
Total comments: 16
Total comments: 6
Total comments: 12
Total comments: 4
Total comments: 2
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+467 lines, -177 lines) |
Patch |
 |
M |
base/base.gypi
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
printing/printed_document.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
printing/printing.gyp
|
View
|
1
|
1 chunk |
+8 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ui/base/animation/tween.h
|
View
|
1
2
3
4
5
|
2 chunks |
+0 lines, -5 lines |
0 comments
|
Download
|
 |
M |
ui/base/animation/tween.cc
|
View
|
1
2
3
4
5
|
3 chunks |
+0 lines, -5 lines |
0 comments
|
Download
|
 |
M |
ui/gfx/compositor/compositor.gyp
|
View
|
1
2
3
4
5
6
7
8
|
4 chunks |
+5 lines, -4 lines |
0 comments
|
Download
|
 |
M |
ui/gfx/compositor/test/test_compositor_host.h
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
A |
ui/gfx/compositor/test/test_compositor_host_mac.mm
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+146 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ui/gfx/compositor/test/test_suite.h
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
ui/gfx/compositor/test/test_suite.cc
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+0 lines, -4 lines |
0 comments
|
Download
|
 |
M |
ui/gfx/gl/gl.gyp
|
View
|
1
2
|
2 chunks |
+9 lines, -1 line |
0 comments
|
Download
|
 |
D |
ui/gfx/gl/gl_context_mac.cc
|
View
|
|
1 chunk |
+0 lines, -143 lines |
0 comments
|
Download
|
 |
A + |
ui/gfx/gl/gl_context_mac.mm
|
View
|
1
2
|
2 chunks |
+17 lines, -5 lines |
0 comments
|
Download
|
 |
A |
ui/gfx/gl/gl_context_nsview.h
|
View
|
1
2
3
4
5
6
|
1 chunk |
+48 lines, -0 lines |
0 comments
|
Download
|
 |
A |
ui/gfx/gl/gl_context_nsview.mm
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+92 lines, -0 lines |
1 comment
|
Download
|
 |
M |
ui/gfx/gl/gl_surface_mac.cc
|
View
|
1
2
|
2 chunks |
+25 lines, -1 line |
0 comments
|
Download
|
 |
A |
ui/gfx/gl/gl_surface_nsview.h
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+46 lines, -0 lines |
1 comment
|
Download
|
 |
A |
ui/gfx/gl/gl_surface_nsview.mm
|
View
|
1
2
3
4
5
6
|
1 chunk |
+46 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ui/gfx/native_widget_types.h
|
View
|
1
2
3
4
5
6
7
|
2 chunks |
+10 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ui/gfx/path.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
webkit/glue/webkit_glue.gypi
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+3 lines, -1 line |
0 comments
|
Download
|
 |
M |
webkit/plugins/npapi/webplugin_delegate_impl.h
|
View
|
1
2
3
4
5
6
7
8
|
4 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
Total messages: 27 (0 generated)
|