Index: cc/test/failure_output_surface.cc |
diff --git a/cc/test/failure_output_surface.cc b/cc/test/failure_output_surface.cc |
deleted file mode 100644 |
index c0d5fdb0ad805e42b6c612c176316d64b3aba2dd..0000000000000000000000000000000000000000 |
--- a/cc/test/failure_output_surface.cc |
+++ /dev/null |
@@ -1,19 +0,0 @@ |
-// Copyright 2014 The Chromium Authors. All rights reserved. |
-// Use of this source code is governed by a BSD-style license that can be |
-// found in the LICENSE file. |
- |
-#include "cc/test/failure_output_surface.h" |
- |
-namespace cc { |
- |
-FailureOutputSurface::FailureOutputSurface(bool is_delegating) |
- : FakeOutputSurface(static_cast<ContextProvider*>(nullptr), is_delegating) { |
-} |
- |
-bool FailureOutputSurface::BindToClient(OutputSurfaceClient* client) { |
- // This will force this output surface to not initialize in LTHI |
- // and eventually get back to LTH::DidFailToInitializeOutputSurface; |
- return false; |
-} |
- |
-} // namespace cc |