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

Unified Diff: cc/CCRenderer.h

Issue 10917153: Update cc snapshot to r127918 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 3 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/CCRenderSurfaceTest.cpp ('k') | cc/CCSharedQuadState.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/CCRenderer.h
diff --git a/cc/CCRenderer.h b/cc/CCRenderer.h
index 629f1d787d8f01fbe1e3fb5b94d0b94c163bcdc5..2156b5368103f9b7d8e171edaf1090764deba60e 100644
--- a/cc/CCRenderer.h
+++ b/cc/CCRenderer.h
@@ -56,7 +56,7 @@ public:
virtual void viewportChanged() { }
virtual void decideRenderPassAllocationsForFrame(const CCRenderPassList&) { }
- virtual bool haveCachedResourcesForRenderPassId(int) const { return false; }
+ virtual bool haveCachedResourcesForRenderPassId(CCRenderPass::Id) const { return false; }
virtual void drawFrame(const CCRenderPassList&, const CCRenderPassIdHashMap&) = 0;
« no previous file with comments | « cc/CCRenderSurfaceTest.cpp ('k') | cc/CCSharedQuadState.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698