|
Remove setErrorMessageCallback from WebGraphicsContext3D.
This adds a SetErrorMessageCallback on ContextSupport and we use that
from blink now.
We move the method on WebGraphicsContext3D to
WebGraphicsContext3DProvider, which takes a WebCallback instead
of using adaptor classes/pointers. This callback is passed through
the ContextProvider directly to the ContextSupport (aka the
GLES2Implementation).
This was the last thing used on WebGraphicsContext3D in blink so we
can delete it next, from blink's perspective at least.
R=kbr@chromium.org, esprehn@chromium.org, piman@chromium.org
BUG= 584497
CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel
Committed: https://crrev.com/83b35d4f80982666fbccf74651d881130802cb8a
Cr-Commit-Position: refs/heads/master@{#386846}
Total comments: 1
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+153 lines, -178 lines) |
Patch |
 |
M |
cc/test/test_context_support.h
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
cc/test/test_context_support.cc
|
View
|
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h
|
View
|
1
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.cc
|
View
|
1
|
3 chunks |
+1 line, -16 lines |
0 comments
|
Download
|
 |
M |
content/renderer/webgraphicscontext3d_provider_impl.h
|
View
|
1
2
3
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/renderer/webgraphicscontext3d_provider_impl.cc
|
View
|
1
2
|
2 chunks |
+8 lines, -2 lines |
0 comments
|
Download
|
 |
M |
gpu/blink/webgraphicscontext3d_impl.h
|
View
|
|
3 chunks |
+0 lines, -9 lines |
0 comments
|
Download
|
 |
M |
gpu/blink/webgraphicscontext3d_impl.cc
|
View
|
|
1 chunk |
+0 lines, -6 lines |
0 comments
|
Download
|
 |
M |
gpu/blink/webgraphicscontext3d_in_process_command_buffer_impl.cc
|
View
|
|
1 chunk |
+1 line, -4 lines |
0 comments
|
Download
|
 |
M |
gpu/command_buffer/client/context_support.h
|
View
|
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
gpu/command_buffer/client/gles2_implementation.h
|
View
|
|
1 chunk |
+4 lines, -2 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/modules/webgl/WebGLRenderingContextBase.h
|
View
|
1
|
2 chunks |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/modules/webgl/WebGLRenderingContextBase.cpp
|
View
|
1
2
3
4
|
6 chunks |
+19 lines, -35 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/platform/graphics/Canvas2DLayerBridgeTest.cpp
|
View
|
1
2
|
2 chunks |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/platform/graphics/gpu/DrawingBufferTest.cpp
|
View
|
1
2
|
2 chunks |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
third_party/WebKit/public/platform/WebGraphicsContext3D.h
|
View
|
|
1 chunk |
+0 lines, -10 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/public/platform/WebGraphicsContext3DProvider.h
|
View
|
1
2
|
3 chunks |
+3 lines, -1 line |
0 comments
|
Download
|
 |
D |
third_party/WebKit/public/platform/callback/DEPS
|
View
|
1
2
|
1 chunk |
+0 lines, -11 lines |
0 comments
|
Download
|
 |
D |
third_party/WebKit/public/platform/callback/WebClosure.h
|
View
|
|
1 chunk |
+0 lines, -79 lines |
0 comments
|
Download
|
 |
A + |
third_party/WebKit/public/platform/functional/DEPS
|
View
|
1
2
|
0 chunks |
+-1 lines, --1 lines |
0 comments
|
Download
|
 |
A |
third_party/WebKit/public/platform/functional/WebFunction.h
|
View
|
1
2
3
4
5
|
1 chunk |
+101 lines, -0 lines |
0 comments
|
Download
|
Total messages: 50 (25 generated)
|