|
|
Move compositor support out of base WebKitPlatformSupport into renderer
WebCompositorSupport is a tear-off of WebKit::Platform that provides WebKit
with access to compositing classes. This is only needed by renderers and by
DumpRenderTree+webkit_unit_tests. Having it linked in to the base chromium
implementation of WebKit::Platform pulled the compositor support into every
embedding of WebKit, including browser process embeddings, unnecessarily.
BUG= 237267
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=199318
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+19 lines, -21 lines) |
Patch |
 |
M |
content/content_renderer.gypi
|
View
|
1
2
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
content/public/test/unittest_test_suite.cc
|
View
|
1
|
2 chunks |
+0 lines, -8 lines |
0 comments
|
Download
|
 |
M |
content/renderer/renderer_webkitplatformsupport_impl.h
|
View
|
1
2
|
3 chunks |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/renderer/renderer_webkitplatformsupport_impl.cc
|
View
|
1
2
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
webkit/glue/webkitplatformsupport_impl.h
|
View
|
1
|
4 chunks |
+0 lines, -7 lines |
0 comments
|
Download
|
 |
M |
webkit/glue/webkitplatformsupport_impl.cc
|
View
|
|
3 chunks |
+0 lines, -6 lines |
0 comments
|
Download
|
 |
M |
webkit/support/test_webkit_platform_support.h
|
View
|
1
2
|
3 chunks |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
webkit/support/test_webkit_platform_support.cc
|
View
|
1
2
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
webkit/support/webkit_support.gypi
|
View
|
1
2
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
Total messages: 6 (0 generated)
|