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

Unified Diff: cc/compositor_frame_ack.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_ack.h
diff --git a/cc/compositor_frame_ack.h b/cc/compositor_frame_ack.h
index 117f6a6329605e3bcfbe888c216416f8ba20b85f..4d72548246c4acbdeb988a8c54020cdb3466b694 100644
--- a/cc/compositor_frame_ack.h
+++ b/cc/compositor_frame_ack.h
@@ -9,6 +9,7 @@
#include "cc/cc_export.h"
#include "cc/gl_frame_data.h"
#include "cc/transferable_resource.h"
+#include "ui/surface/transport_dib.h"
namespace cc {
@@ -19,6 +20,7 @@ class CC_EXPORT CompositorFrameAck {
TransferableResourceArray resources;
scoped_ptr<GLFrameData> gl_frame_data;
+ TransportDIB::Handle last_content_dib;
};
} // namespace cc
« no previous file with comments | « cc/compositor_frame.cc ('k') | cc/compositor_frame_ack.cc » ('j') | cc/software_output_device.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698