|
Delete //gpu/blink/ and WebGraphicsContext3DImpl.
There is now only 1 subclass of WebGraphicsContext3DImpl (which is the
infamous WebGraphicsContext3DCommandBufferImpl), so let's delete this
in-between thing.
The use of GLES2TraceImplementation was broken, since
ContextProviderCommandBuffer was returning the underlying
GLES2Implementation directly now (woops). Fix that and move it to
the ContextProviderCommandBuffer.
Move the lost context callback to WebGraphicsContext3DCommandBufferImpl,
and remove the definition of the proxy class out of WebGraphicsContext3D
leaving the blink base class empty now.
Lots of DEPS and include removals all over the place that were already
obsolete.
R=piman, sievers
TBR=chrishtr
BUG= 584497
Committed: https://crrev.com/405d011dea3e17b9b70716a7f425b07c03183884
Cr-Commit-Position: refs/heads/master@{#389257}
Total comments: 4
Total comments: 1
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+54 lines, -286 lines) |
Patch |
 |
M |
android_webview/BUILD.gn
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
android_webview/android_webview.gyp
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
android_webview/browser/aw_render_thread_context_provider.cc
|
View
|
1
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/common/BUILD.gn
|
View
|
1
2
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/common/gpu/client/context_provider_command_buffer.h
|
View
|
|
2 chunks |
+9 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/common/gpu/client/context_provider_command_buffer.cc
|
View
|
1
2
3
|
7 chunks |
+28 lines, -11 lines |
0 comments
|
Download
|
 |
M |
content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h
|
View
|
|
5 chunks |
+17 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.cc
|
View
|
|
4 chunks |
+0 lines, -19 lines |
0 comments
|
Download
|
 |
M |
content/content_common.gypi
|
View
|
1
2
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/content_tests.gypi
|
View
|
1
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/renderer/BUILD.gn
|
View
|
1
2
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/test/BUILD.gn
|
View
|
1
|
2 chunks |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
D |
gpu/blink/BUILD.gn
|
View
|
|
1 chunk |
+0 lines, -38 lines |
0 comments
|
Download
|
 |
D |
gpu/blink/DEPS
|
View
|
|
1 chunk |
+0 lines, -4 lines |
0 comments
|
Download
|
 |
D |
gpu/blink/OWNERS
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
D |
gpu/blink/gpu_blink.gyp
|
View
|
|
1 chunk |
+0 lines, -48 lines |
0 comments
|
Download
|
 |
D |
gpu/blink/gpu_blink_export.h
|
View
|
|
1 chunk |
+0 lines, -29 lines |
0 comments
|
Download
|
 |
D |
gpu/blink/webgraphicscontext3d_impl.h
|
View
|
|
1 chunk |
+0 lines, -60 lines |
0 comments
|
Download
|
 |
D |
gpu/blink/webgraphicscontext3d_impl.cc
|
View
|
|
1 chunk |
+0 lines, -44 lines |
0 comments
|
Download
|
 |
M |
media/blink/BUILD.gn
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
media/blink/DEPS
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
media/blink/media_blink.gyp
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
media/blink/webmediaplayer_cast_android.cc
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
media/blink/webmediaplayer_impl.cc
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
third_party/WebKit/public/platform/WebGraphicsContext3D.h
|
View
|
|
1 chunk |
+0 lines, -15 lines |
0 comments
|
Download
|
Total messages: 46 (23 generated)
|