Index: cc/CCRenderer.h |
diff --git a/cc/CCRenderer.h b/cc/CCRenderer.h |
index 740ba0b293e7588b133829a21fd2f7feef445a2f..bda753b573c9b5d026eec81aa8df1e7c9e0fb76b 100644 |
--- a/cc/CCRenderer.h |
+++ b/cc/CCRenderer.h |
@@ -12,6 +12,10 @@ |
#include "IntRect.h" |
#include <wtf/PassRefPtr.h> |
+namespace WebKit { |
+struct WebCompositorFrameAck; |
+} |
+ |
namespace cc { |
class CCScopedTexture; |
@@ -67,6 +71,7 @@ public: |
virtual bool isContextLost(); |
virtual void setVisible(bool) = 0; |
+ virtual void onSendFrameToParentCompositorAck(const WebKit::WebCompositorFrameAck&) { } |
protected: |
explicit CCRenderer(CCRendererClient* client) |