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

Unified Diff: cc/compositor_frame_ack.cc

Issue 12379055: Changed SoftwareOutputDevice interface. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed cc.gyp deps 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
« no previous file with comments | « cc/compositor_frame_ack.h ('k') | cc/gl_renderer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/compositor_frame_ack.cc
diff --git a/cc/compositor_frame_ack.cc b/cc/compositor_frame_ack.cc
index 2709c0f953ea01c8f29a06d4204915ed7cad1102..1ad1093f3c3e759303d4aaf4548eb54bafc1c8e2 100644
--- a/cc/compositor_frame_ack.cc
+++ b/cc/compositor_frame_ack.cc
@@ -6,7 +6,9 @@
namespace cc {
-CompositorFrameAck::CompositorFrameAck() {}
+CompositorFrameAck::CompositorFrameAck()
+ : last_content_dib(TransportDIB::DefaultHandleValue()) {
+}
CompositorFrameAck::~CompositorFrameAck() {}
« no previous file with comments | « cc/compositor_frame_ack.h ('k') | cc/gl_renderer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698