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

Unified Diff: cc/renderer.cc

Issue 11189043: cc: Rename cc classes and members to match filenames (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
Index: cc/renderer.cc
diff --git a/cc/renderer.cc b/cc/renderer.cc
index 69c04dfbfc14941aab52c54bb075e08f0c02baa6..97dc7e8f3eda0612e1dd6a94c6d9a509dcefeb4a 100644
--- a/cc/renderer.cc
+++ b/cc/renderer.cc
@@ -8,12 +8,12 @@
namespace cc {
-bool CCRenderer::haveCachedResourcesForRenderPassId(CCRenderPass::Id) const
+bool Renderer::haveCachedResourcesForRenderPassId(RenderPass::Id) const
{
return false;
}
-bool CCRenderer::isContextLost()
+bool Renderer::isContextLost()
{
return false;
}
« cc/active_animation.h ('K') | « cc/renderer.h ('k') | cc/rendering_stats.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698