Index: cc/render_pass_sink.h |
diff --git a/cc/render_pass_sink.h b/cc/render_pass_sink.h |
deleted file mode 100644 |
index baa7057d9d6bd2c6e39dbf41d5b63f6083a09c30..0000000000000000000000000000000000000000 |
--- a/cc/render_pass_sink.h |
+++ /dev/null |
@@ -1,21 +0,0 @@ |
-// Copyright 2012 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. |
- |
-#ifndef CC_RENDER_PASS_SINK_H_ |
-#define CC_RENDER_PASS_SINK_H_ |
- |
-#include "base/memory/scoped_ptr.h" |
-#include "cc/base/cc_export.h" |
- |
-namespace cc { |
-class RenderPass; |
- |
-class CC_EXPORT RenderPassSink { |
- public: |
- virtual void AppendRenderPass(scoped_ptr<RenderPass> render_pass) = 0; |
-}; |
- |
-} // namespace cc |
- |
-#endif // CC_RENDER_PASS_SINK_H_ |