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

Unified Diff: cc/renderer.h

Issue 11472004: cc: Add receiver for CompositorFrameAck in LayerTreeHostImpl and forward it to the renderer. (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
« cc/layer_tree_host_impl.cc ('K') | « cc/layer_tree_host_impl.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/renderer.h
diff --git a/cc/renderer.h b/cc/renderer.h
index 04949dc800ed11f391c13b9a2092f2039618d76d..01a92698ee20e15a2a452c891b16243ca2121b31 100644
--- a/cc/renderer.h
+++ b/cc/renderer.h
@@ -13,6 +13,7 @@
namespace cc {
+class CompositorFrameAck;
class ScopedResource;
class CC_EXPORT RendererClient {
@@ -49,6 +50,7 @@ public:
int viewportHeight() { return viewportSize().height(); }
virtual void viewportChanged() { }
+ virtual void receiveCompositorFrameAck(const CompositorFrameAck&) { }
virtual void decideRenderPassAllocationsForFrame(const RenderPassList&) { }
virtual bool haveCachedResourcesForRenderPassId(RenderPass::Id) const;
« cc/layer_tree_host_impl.cc ('K') | « cc/layer_tree_host_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698