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

Unified Diff: cc/gl_frame_data.cc

Issue 11316128: Send compositor frame IPC with metadata. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Fix compile errors on mac/win 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
« no previous file with comments | « cc/gl_frame_data.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/gl_frame_data.cc
diff --git a/cc/compositor_frame.cc b/cc/gl_frame_data.cc
similarity index 64%
copy from cc/compositor_frame.cc
copy to cc/gl_frame_data.cc
index da665395eb4d5def198a733d90bc94f733f4a40a..9895c7927700a837f3a3c8c94de13d0a3e8a4531 100644
--- a/cc/compositor_frame.cc
+++ b/cc/gl_frame_data.cc
@@ -2,12 +2,14 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "cc/compositor_frame.h"
+#include "cc/gl_frame_data.h"
namespace cc {
-CompositorFrame::CompositorFrame() {}
+GLFrameData::GLFrameData()
+ : sync_point(0) {
+}
-CompositorFrame::~CompositorFrame() {}
+GLFrameData::~GLFrameData() {}
} // namespace cc
« no previous file with comments | « cc/gl_frame_data.h ('k') | cc/gl_renderer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698