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

Unified Diff: cc/delegated_frame_data.h

Issue 11821015: cc: Use the size of the source frame along with the source frame's renderpasses (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add displaySize() Created 7 years, 11 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 | « no previous file | cc/delegated_renderer_layer_impl.h » ('j') | cc/delegated_renderer_layer_impl.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/delegated_frame_data.h
diff --git a/cc/delegated_frame_data.h b/cc/delegated_frame_data.h
index 91e01936355d76c338dd3c751656db131c2fb62b..e27acb6d8ef58c2de9e0359df960d20fcc9204ef 100644
--- a/cc/delegated_frame_data.h
+++ b/cc/delegated_frame_data.h
@@ -18,6 +18,7 @@ class CC_EXPORT DelegatedFrameData {
DelegatedFrameData();
~DelegatedFrameData();
+ // TODO(danakj): This is redundant with the root render pass outputRect.
gfx::Size size;
TransferableResourceList resource_list;
ScopedPtrVector<RenderPass> render_pass_list;
« no previous file with comments | « no previous file | cc/delegated_renderer_layer_impl.h » ('j') | cc/delegated_renderer_layer_impl.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698