|
Replace WGC3D visibility extension with resource_usage extension. [Part 2 of 3]
This is the second of a three part patch (WebKit, Chromium, Webkit-Touchups) to replace the WebGraphicsContext3D setVisibility extension with a setResourceUsage extension that is both more accurate and more flexible.
This change is a prereq for some other work on reducing resource usage of background tabs in certain scenarios.
BUG=None
TEST=Manual
Total comments: 1
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+103 lines, -58 lines) |
Patch |
 |
M |
content/common/gpu/gpu_command_buffer_stub.h
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
content/common/gpu/gpu_command_buffer_stub.cc
|
View
|
1
|
2 chunks |
+5 lines, -4 lines |
0 comments
|
Download
|
 |
M |
content/common/gpu/gpu_messages.h
|
View
|
1
|
3 chunks |
+4 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/common/gpu/image_transport_surface_linux.cc
|
View
|
1
|
4 chunks |
+29 lines, -14 lines |
0 comments
|
Download
|
 |
M |
content/common/gpu/image_transport_surface_win.cc
|
View
|
1
|
2 chunks |
+16 lines, -11 lines |
0 comments
|
Download
|
 |
M |
content/renderer/gpu/command_buffer_proxy.h
|
View
|
|
2 chunks |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/renderer/gpu/command_buffer_proxy.cc
|
View
|
|
1 chunk |
+5 lines, -4 lines |
0 comments
|
Download
|
 |
M |
content/renderer/gpu/renderer_gl_context.h
|
View
|
1
|
2 chunks |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/renderer/gpu/renderer_gl_context.cc
|
View
|
1
|
1 chunk |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/renderer/gpu/webgraphicscontext3d_command_buffer_impl.h
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
content/renderer/gpu/webgraphicscontext3d_command_buffer_impl.cc
|
View
|
1
|
1 chunk |
+14 lines, -5 lines |
0 comments
|
Download
|
 |
M |
ui/gfx/compositor/test_web_graphics_context_3d.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
ui/gfx/gl/gl_surface.h
|
View
|
|
2 chunks |
+9 lines, -2 lines |
0 comments
|
Download
|
 |
M |
ui/gfx/gl/gl_surface.cc
|
View
|
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
webkit/gpu/webgraphicscontext3d_in_process_command_buffer_impl.h
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
webkit/gpu/webgraphicscontext3d_in_process_command_buffer_impl.cc
|
View
|
1
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
webkit/gpu/webgraphicscontext3d_in_process_impl.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
webkit/gpu/webgraphicscontext3d_in_process_impl.cc
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
Total messages: 5 (0 generated)
|