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

Unified Diff: cc/CCRenderer.h

Issue 10915298: Add CCDelegatingRenderer, and corresponding IPCs (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix clang 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
« no previous file with comments | « cc/CCRenderPassDrawQuad.h ('k') | cc/CCRendererGL.cpp » ('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 740ba0b293e7588b133829a21fd2f7feef445a2f..3836268b518151532d2503b98ce8b2021f04af41 100644
--- a/cc/CCRenderer.h
+++ b/cc/CCRenderer.h
@@ -12,9 +12,14 @@
#include "IntRect.h"
#include <wtf/PassRefPtr.h>
+namespace WebKit {
+struct WebCompositorFrameAck;
+}
+
namespace cc {
class CCScopedTexture;
+struct CompositorFrameAck;
class CCRendererClient {
public:
@@ -67,6 +72,7 @@ public:
virtual bool isContextLost();
virtual void setVisible(bool) = 0;
+ virtual void onSendFrameToParentCompositorAck(const CompositorFrameAck&) { }
protected:
explicit CCRenderer(CCRendererClient* client)
« no previous file with comments | « cc/CCRenderPassDrawQuad.h ('k') | cc/CCRendererGL.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698