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

Unified Diff: cc/CCRenderer.h

Issue 10915298: Add CCDelegatingRenderer, and corresponding IPCs (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merge fix 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
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)
« no previous file with comments | « cc/CCRenderPassDrawQuad.h ('k') | cc/CCRendererGL.cpp » ('j') | cc/transferable_resource.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698