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

Unified Diff: cc/compositor_frame.cc

Issue 11316128: Send compositor frame IPC with metadata. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Clean up and rebase to 173167 Created 8 years 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.cc
diff --git a/cc/compositor_frame.cc b/cc/compositor_frame.cc
index da665395eb4d5def198a733d90bc94f733f4a40a..12fb67115f7a508c1470c5fe221970f5e6111ac7 100644
--- a/cc/compositor_frame.cc
+++ b/cc/compositor_frame.cc
@@ -6,7 +6,8 @@
namespace cc {
-CompositorFrame::CompositorFrame() {}
+CompositorFrame::CompositorFrame()
+ : type(INVALID) {}
CompositorFrame::~CompositorFrame() {}

Powered by Google App Engine
This is Rietveld 408576698