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

Unified Diff: cc/output/compositor_frame_ack.h

Issue 15001027: [Aura] Added Support for rendering software compositor frames as cc::TextureLayers. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased. Created 7 years, 6 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/output/compositor_frame_ack.h
diff --git a/cc/output/compositor_frame_ack.h b/cc/output/compositor_frame_ack.h
index 5b4bb50d7be18f64bdcc74986e5b355fab8f6f74..425d80836f6f5e2666c4df9eead8f49959896a02 100644
--- a/cc/output/compositor_frame_ack.h
+++ b/cc/output/compositor_frame_ack.h
@@ -9,7 +9,6 @@
#include "cc/base/cc_export.h"
#include "cc/output/gl_frame_data.h"
#include "cc/resources/transferable_resource.h"
-#include "ui/surface/transport_dib.h"
namespace cc {
@@ -20,7 +19,7 @@ class CC_EXPORT CompositorFrameAck {
TransferableResourceArray resources;
scoped_ptr<GLFrameData> gl_frame_data;
- TransportDIB::Id last_dib_id;
+ int last_software_frame_id;
piman 2013/06/05 00:30:55 unsigned int.
slavi 2013/06/06 23:02:47 Done.
private:
DISALLOW_COPY_AND_ASSIGN(CompositorFrameAck);

Powered by Google App Engine
This is Rietveld 408576698