|
|
Update Context Client Visibility to use Scoped Pattern
Currently, ContextSupport::SetClientVisibile relies on the caller
remembering to pair visible/not-visible calls. Failure to do so will
result in a "leak", where the context support will always think there
are visible clients.
To avoid this, SetClientVisible is now only accessible through the
ScopedContextClientVisibility object, which ensures that visible/
not-visible calls are paired.
CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_precise_blink_rel
Total comments: 24
Total comments: 8
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+265 lines, -114 lines) |
Patch |
 |
M |
android_webview/browser/aw_render_thread_context_provider.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
blimp/client/feature/compositor/blimp_context_provider.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
cc/output/gl_renderer.h
|
View
|
1
2
3
4
5
|
3 chunks |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
M |
cc/output/gl_renderer.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
4 chunks |
+19 lines, -10 lines |
0 comments
|
Download
|
 |
M |
cc/output/gl_renderer_unittest.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
2 chunks |
+24 lines, -7 lines |
0 comments
|
Download
|
 |
M |
cc/test/test_context_support.h
|
View
|
1
2
3
4
5
6
7
8
9
|
3 chunks |
+6 lines, -4 lines |
0 comments
|
Download
|
 |
M |
cc/test/test_context_support.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
3 chunks |
+35 lines, -14 lines |
0 comments
|
Download
|
 |
M |
cc/test/test_in_process_context_provider.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
cc/trees/layer_tree_host_impl.h
|
View
|
1
2
3
4
5
6
7
8
|
2 chunks |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
M |
cc/trees/layer_tree_host_impl.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
6 chunks |
+35 lines, -21 lines |
0 comments
|
Download
|
 |
M |
cc/trees/layer_tree_host_unittest.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
3 chunks |
+29 lines, -13 lines |
0 comments
|
Download
|
 |
M |
content/common/gpu/client/context_provider_command_buffer.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/renderer/android/synchronous_compositor_output_surface.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
2 chunks |
+1 line, -7 lines |
0 comments
|
Download
|
 |
M |
gpu/command_buffer/client/context_support.h
|
View
|
1
2
3
4
5
6
7
8
9
|
2 chunks |
+6 lines, -7 lines |
0 comments
|
Download
|
 |
M |
gpu/command_buffer/client/gles2_implementation.h
|
View
|
1
2
3
4
5
6
7
8
9
|
3 chunks |
+6 lines, -5 lines |
0 comments
|
Download
|
 |
M |
gpu/command_buffer/client/gles2_implementation.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
6 chunks |
+42 lines, -15 lines |
0 comments
|
Download
|
 |
M |
gpu/command_buffer/client/gles2_implementation_unittest.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
3 chunks |
+40 lines, -11 lines |
0 comments
|
Download
|
 |
M |
ui/compositor/test/in_process_context_provider.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
Total messages: 41 (26 generated)
|