|
Implement more of Flush properly. This adds support for waiting on the message
loop so we can now enforce that there is only one pending Flush at a time.
Also removes the ability to have multiple flushes pending at the same time.
TEST=covered by ppapi unit test
BUG=none
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=49899
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+188 lines, -49 lines) |
Patch |
 |
M |
DEPS
|
View
|
3
4
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/renderer/pepper_devices_unittest.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/renderer/pepper_plugin_delegate_impl.h
|
View
|
1
2
|
1 chunk |
+15 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/renderer/pepper_plugin_delegate_impl.cc
|
View
|
1
2
|
2 chunks |
+50 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/renderer/render_view.h
|
View
|
1
2
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/renderer/render_view.cc
|
View
|
1
2
|
5 chunks |
+22 lines, -12 lines |
0 comments
|
Download
|
 |
M |
webkit/glue/plugins/pepper_device_context_2d.h
|
View
|
1
2
|
4 chunks |
+23 lines, -8 lines |
0 comments
|
Download
|
 |
M |
webkit/glue/plugins/pepper_device_context_2d.cc
|
View
|
1
2
|
8 chunks |
+45 lines, -23 lines |
0 comments
|
Download
|
 |
M |
webkit/glue/plugins/pepper_plugin_delegate.h
|
View
|
1
2
|
2 chunks |
+10 lines, -0 lines |
0 comments
|
Download
|
 |
M |
webkit/glue/plugins/pepper_plugin_instance.cc
|
View
|
1
2
|
2 chunks |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
webkit/glue/plugins/pepper_plugin_module.cc
|
View
|
1
2
|
2 chunks |
+15 lines, -1 line |
0 comments
|
Download
|
Total messages: 4 (0 generated)
|