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

Unified Diff: cc/renderer.h

Issue 11316128: Send compositor frame IPC with metadata. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Fix unit tests 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
Index: cc/renderer.h
diff --git a/cc/renderer.h b/cc/renderer.h
index 981679cc08826f942e6e2a17d8ba421f9a64aaf1..f5fe839f81388030e4e7c78e9fb6043ad18e6cff 100644
--- a/cc/renderer.h
+++ b/cc/renderer.h
@@ -14,6 +14,7 @@
namespace cc {
class CompositorFrameAck;
+class CompositorFrameMetadata;
class ScopedResource;
class CC_EXPORT RendererClient {
@@ -26,6 +27,7 @@ public:
virtual void setManagedMemoryPolicy(const ManagedMemoryPolicy& policy) = 0;
virtual void enforceManagedMemoryPolicy(const ManagedMemoryPolicy& policy) = 0;
virtual bool hasImplThread() const = 0;
+ virtual CompositorFrameMetadata makeCompositorFrameMetadata() const = 0;
protected:
virtual ~RendererClient() { }
};

Powered by Google App Engine
This is Rietveld 408576698