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

Unified Diff: cc/test/layer_tree_test_common.h

Issue 11419269: cc: Give ownership of render passes to the renderer when drawing a frame. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years 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/renderer.h ('k') | cc/test/layer_tree_test_common.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/test/layer_tree_test_common.h
diff --git a/cc/test/layer_tree_test_common.h b/cc/test/layer_tree_test_common.h
index 64fee75a5db31abc6f658711f86c35a513425b7c..90b3a98b94d82a193401e747c2c2dd8872b1bb84 100644
--- a/cc/test/layer_tree_test_common.h
+++ b/cc/test/layer_tree_test_common.h
@@ -153,7 +153,7 @@ public:
virtual void beginCommit() OVERRIDE;
virtual void commitComplete() OVERRIDE;
virtual bool prepareToDraw(FrameData&) OVERRIDE;
- virtual void drawLayers(const FrameData&) OVERRIDE;
+ virtual void drawLayers(FrameData&) OVERRIDE;
// Make these public.
typedef std::vector<cc::LayerImpl*> LayerList;
« no previous file with comments | « cc/renderer.h ('k') | cc/test/layer_tree_test_common.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698