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

Unified Diff: cc/output/software_frame_data.cc

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: Passed(&foo) instead for Passed(foo.Pass()). 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
« no previous file with comments | « cc/output/software_frame_data.h ('k') | cc/output/software_output_device.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/output/software_frame_data.cc
diff --git a/cc/output/software_frame_data.cc b/cc/output/software_frame_data.cc
index 20da28e9412897171ee7778844b8ec643ae99825..0b430325092f02a162776910aced9beca59c1a38 100644
--- a/cc/output/software_frame_data.cc
+++ b/cc/output/software_frame_data.cc
@@ -6,7 +6,9 @@
namespace cc {
-SoftwareFrameData::SoftwareFrameData() {}
+SoftwareFrameData::SoftwareFrameData()
+ : id(0),
+ handle(base::SharedMemory::NULLHandle()) {}
SoftwareFrameData::~SoftwareFrameData() {}
« no previous file with comments | « cc/output/software_frame_data.h ('k') | cc/output/software_output_device.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698