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

Unified Diff: cc/compositor_frame.h

Issue 12379055: Changed SoftwareOutputDevice interface. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 10 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/compositor_frame.h
diff --git a/cc/compositor_frame.h b/cc/compositor_frame.h
index b82f60098a3b0ee00ea01cbb5dc79e6f0e321dd1..ce1f95bffa45bb17f85866c7d481d38a43b566f8 100644
--- a/cc/compositor_frame.h
+++ b/cc/compositor_frame.h
@@ -10,6 +10,7 @@
#include "cc/compositor_frame_metadata.h"
#include "cc/delegated_frame_data.h"
#include "cc/gl_frame_data.h"
+#include "cc/software_frame_data.h"
namespace cc {
@@ -21,6 +22,7 @@ class CC_EXPORT CompositorFrame {
CompositorFrameMetadata metadata;
scoped_ptr<DelegatedFrameData> delegated_frame_data;
scoped_ptr<GLFrameData> gl_frame_data;
+ scoped_ptr<SoftwareFrameData> software_frame_data;
void AssignTo(CompositorFrame* target);
};
« no previous file with comments | « cc/cc_tests.gyp ('k') | cc/compositor_frame.cc » ('j') | cc/software_output_device.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698