Chromium Code Reviews| Index: cc/test/failure_output_surface.cc |
| diff --git a/cc/test/failure_output_surface.cc b/cc/test/failure_output_surface.cc |
| index 2c878534b7dd5ddd967dbb9dca25629dff98e465..c0d5fdb0ad805e42b6c612c176316d64b3aba2dd 100644 |
| --- a/cc/test/failure_output_surface.cc |
| +++ b/cc/test/failure_output_surface.cc |
| @@ -7,7 +7,7 @@ |
| namespace cc { |
| FailureOutputSurface::FailureOutputSurface(bool is_delegating) |
| - : FakeOutputSurface(nullptr, nullptr, is_delegating) { |
| + : FakeOutputSurface(static_cast<ContextProvider*>(nullptr), is_delegating) { |
|
vmpstr
2015/02/11 23:53:37
Do you need a cast here? nullptr_t is supposed to
vmiura
2015/02/12 00:12:03
FakeOutputSurface has two constructors that take a
|
| } |
| bool FailureOutputSurface::BindToClient(OutputSurfaceClient* client) { |