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..c1233af61fc87ccd638482860b20cecb16c5895b 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((ContextProvider*)nullptr, is_delegating) { |
enne (OOO)
2015/02/11 18:19:52
static_cast, if you really need a cast.
vmiura
2015/02/11 20:13:18
Done. It's needed to disambiguate between Context
|
} |
bool FailureOutputSurface::BindToClient(OutputSurfaceClient* client) { |