|
compositor-worker: Add CompositorProxyClient worker client of CompositorWorker.
Adds the CompositorProxyClient worker to CompositorWorkers. In order to test
calling animation frame callbacks a task is created to call them when an
animation frame is requested.
BUG= 430155
TEST=virtual/threaded/fast/compositorworker/request-animation-frame.html
Committed: https://crrev.com/de5eb38e0da6ac0ec80b51b77fc562334edb1c47
Cr-Commit-Position: refs/heads/master@{#396018}
Total comments: 5
Total comments: 1
Total comments: 5
Total comments: 5
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+288 lines, -11 lines) |
Patch |
|
A |
third_party/WebKit/LayoutTests/virtual/threaded/fast/compositorworker/request-animation-frame.html
|
View
|
|
1 chunk |
+21 lines, -0 lines |
0 comments
|
Download
|
|
A |
third_party/WebKit/LayoutTests/virtual/threaded/fast/compositorworker/request-animation-frame-expected.txt
|
View
|
|
1 chunk |
+12 lines, -0 lines |
0 comments
|
Download
|
|
A |
third_party/WebKit/LayoutTests/virtual/threaded/fast/compositorworker/resources/request-animation-frame.js
|
View
|
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
|
M |
third_party/WebKit/Source/core/core.gypi
|
View
|
1
2
3
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
|
A |
third_party/WebKit/Source/core/dom/CompositorProxyClient.h
|
View
|
1
|
1 chunk |
+39 lines, -0 lines |
0 comments
|
Download
|
|
A |
third_party/WebKit/Source/core/dom/CompositorProxyClient.cpp
|
View
|
|
1 chunk |
+26 lines, -0 lines |
0 comments
|
Download
|
|
M |
third_party/WebKit/Source/core/loader/EmptyClients.h
|
View
|
1
2
3
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
|
M |
third_party/WebKit/Source/core/page/ChromeClient.h
|
View
|
1
2
3
|
2 chunks |
+3 lines, -0 lines |
0 comments
|
Download
|
|
M |
third_party/WebKit/Source/modules/compositorworker/CompositorWorker.cpp
|
View
|
1
2
3
|
2 chunks |
+7 lines, -3 lines |
0 comments
|
Download
|
|
M |
third_party/WebKit/Source/modules/compositorworker/CompositorWorkerGlobalScope.h
|
View
|
|
3 chunks |
+5 lines, -2 lines |
0 comments
|
Download
|
|
M |
third_party/WebKit/Source/modules/compositorworker/CompositorWorkerGlobalScope.cpp
|
View
|
1
2
3
|
3 chunks |
+12 lines, -2 lines |
0 comments
|
Download
|
|
M |
third_party/WebKit/Source/modules/compositorworker/CompositorWorkerMessagingProxy.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
third_party/WebKit/Source/modules/compositorworker/CompositorWorkerMessagingProxy.cpp
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
third_party/WebKit/Source/modules/compositorworker/CompositorWorkerThreadTest.cpp
|
View
|
1
2
3
|
3 chunks |
+14 lines, -1 line |
0 comments
|
Download
|
|
M |
third_party/WebKit/Source/web/ChromeClientImpl.h
|
View
|
1
2
3
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
third_party/WebKit/Source/web/ChromeClientImpl.cpp
|
View
|
1
2
3
4
|
1 chunk |
+6 lines, -0 lines |
0 comments
|
Download
|
|
A |
third_party/WebKit/Source/web/CompositorProxyClientImpl.h
|
View
|
1
|
1 chunk |
+45 lines, -0 lines |
0 comments
|
Download
|
|
A |
third_party/WebKit/Source/web/CompositorProxyClientImpl.cpp
|
View
|
1
2
3
|
1 chunk |
+62 lines, -0 lines |
0 comments
|
Download
|
|
M |
third_party/WebKit/Source/web/WebFrameWidgetImpl.h
|
View
|
1
2
3
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
third_party/WebKit/Source/web/WebFrameWidgetImpl.cpp
|
View
|
1
2
3
|
2 chunks |
+6 lines, -0 lines |
0 comments
|
Download
|
|
M |
third_party/WebKit/Source/web/WebViewFrameWidget.h
|
View
|
1
2
3
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
third_party/WebKit/Source/web/WebViewFrameWidget.cpp
|
View
|
1
2
3
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
|
M |
third_party/WebKit/Source/web/WebViewImpl.h
|
View
|
1
|
2 chunks |
+2 lines, -0 lines |
0 comments
|
Download
|
|
M |
third_party/WebKit/Source/web/WebViewImpl.cpp
|
View
|
1
2
3
4
|
2 chunks |
+6 lines, -0 lines |
0 comments
|
Download
|
|
M |
third_party/WebKit/Source/web/web.gypi
|
View
|
1
2
3
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
|
M |
third_party/WebKit/public/web/WebFrameWidget.h
|
View
|
1
2
3
|
2 chunks |
+2 lines, -0 lines |
0 comments
|
Download
|
Total messages: 44 (15 generated)
|