Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1295)

Unified Diff: cc/CCRenderPassSink.h

Issue 11122003: [cc] Rename all cc/ filenames to Chromium style (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « cc/CCRenderPassDrawQuad.cpp ('k') | cc/CCRenderSurface.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/CCRenderPassSink.h
diff --git a/cc/CCRenderPassSink.h b/cc/CCRenderPassSink.h
index f3bac1d01e85da5827047d72886a7af94f1f84e3..6f8bf642e340ad0c3e229eb28dc116a2c805e74e 100644
--- a/cc/CCRenderPassSink.h
+++ b/cc/CCRenderPassSink.h
@@ -2,19 +2,5 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CCRenderPassSink_h
-#define CCRenderPassSink_h
-
-#include "base/memory/scoped_ptr.h"
-
-namespace cc {
-
-class CCRenderPass;
-
-class CCRenderPassSink {
-public:
- virtual void appendRenderPass(scoped_ptr<CCRenderPass>) = 0;
-};
-
-}
-#endif // CCRenderPassSink_h
+// Temporary forwarding header
+#include "cc/render_pass_sink.h"
« no previous file with comments | « cc/CCRenderPassDrawQuad.cpp ('k') | cc/CCRenderSurface.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698