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

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 compile errors on mac/win 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
« no previous file with comments | « cc/layer_tree_settings.cc ('k') | cc/software_renderer_unittest.cc » ('j') | 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 2adf7c02998574acdd32e7395fc45217ffbbefdd..36d6791edecc6d32e1154cc23dc65dd96033d4c9 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 {
@@ -27,6 +28,7 @@ public:
virtual void enforceManagedMemoryPolicy(const ManagedMemoryPolicy& policy) = 0;
virtual bool hasImplThread() const = 0;
virtual bool shouldClearRootRenderPass() const = 0;
+ virtual CompositorFrameMetadata makeCompositorFrameMetadata() const = 0;
protected:
virtual ~RendererClient() { }
};
« no previous file with comments | « cc/layer_tree_settings.cc ('k') | cc/software_renderer_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698