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

Unified Diff: cc/render_pass_sink.h

Issue 12648005: cc: Chromify the LayerTreeHostImpl class. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Compl Created 7 years, 9 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/quad_culler_unittest.cc ('k') | cc/render_surface_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/render_pass_sink.h
diff --git a/cc/render_pass_sink.h b/cc/render_pass_sink.h
index ae00f62fb4a27c900a122974a575a14722b81d97..1c98c695e460e3d8cab937e83c1fb1f491cf040e 100644
--- a/cc/render_pass_sink.h
+++ b/cc/render_pass_sink.h
@@ -9,13 +9,13 @@
#include "cc/cc_export.h"
namespace cc {
-
class RenderPass;
class CC_EXPORT RenderPassSink {
-public:
- virtual void appendRenderPass(scoped_ptr<RenderPass>) = 0;
+ public:
+ virtual void AppendRenderPass(scoped_ptr<RenderPass> render_pass) = 0;
};
-}
+} // namespace cc
+
#endif // CC_RENDER_PASS_SINK_H_
« no previous file with comments | « cc/quad_culler_unittest.cc ('k') | cc/render_surface_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698