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

Unified Diff: cc/delegated_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/delegated_frame_data.h ('k') | cc/gl_frame_data.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/delegated_frame_data.cc
diff --git a/cc/compositor_frame_ack.cc b/cc/delegated_frame_data.cc
similarity index 61%
copy from cc/compositor_frame_ack.cc
copy to cc/delegated_frame_data.cc
index 2709c0f953ea01c8f29a06d4204915ed7cad1102..4c08041d77d6f468147c28c0940f83bb59e8c2c6 100644
--- a/cc/compositor_frame_ack.cc
+++ b/cc/delegated_frame_data.cc
@@ -2,12 +2,12 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "cc/compositor_frame_ack.h"
+#include "cc/delegated_frame_data.h"
namespace cc {
-CompositorFrameAck::CompositorFrameAck() {}
+DelegatedFrameData::DelegatedFrameData() {}
-CompositorFrameAck::~CompositorFrameAck() {}
+DelegatedFrameData::~DelegatedFrameData() {}
} // namespace cc
« no previous file with comments | « cc/delegated_frame_data.h ('k') | cc/gl_frame_data.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698