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

Unified Diff: cc/output/compositor_frame_ack.h

Issue 12912006: Part 4 of cc/ directory shuffles: output (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 9 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
Index: cc/output/compositor_frame_ack.h
diff --git a/cc/compositor_frame_ack.h b/cc/output/compositor_frame_ack.h
similarity index 77%
rename from cc/compositor_frame_ack.h
rename to cc/output/compositor_frame_ack.h
index eb033211b8a9ad19be17808790c73df69e55763f..be15c61a8a9943e8ccb708b0a124bc6c83967b4d 100644
--- a/cc/compositor_frame_ack.h
+++ b/cc/output/compositor_frame_ack.h
@@ -2,12 +2,12 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CC_COMPOSITOR_FRAME_ACK_H_
-#define CC_COMPOSITOR_FRAME_ACK_H_
+#ifndef CC_OUTPUT_COMPOSITOR_FRAME_ACK_H_
+#define CC_OUTPUT_COMPOSITOR_FRAME_ACK_H_
#include "base/memory/scoped_ptr.h"
#include "cc/base/cc_export.h"
-#include "cc/gl_frame_data.h"
+#include "cc/output/gl_frame_data.h"
#include "cc/transferable_resource.h"
#include "ui/surface/transport_dib.h"
@@ -25,4 +25,4 @@ class CC_EXPORT CompositorFrameAck {
} // namespace cc
-#endif // CC_COMPOSITOR_FRAME_ACK_H_
+#endif // CC_OUTPUT_COMPOSITOR_FRAME_ACK_H_

Powered by Google App Engine
This is Rietveld 408576698