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

Unified Diff: cc/output/compositor_frame_metadata.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_metadata.h
diff --git a/cc/compositor_frame_metadata.h b/cc/output/compositor_frame_metadata.h
similarity index 89%
rename from cc/compositor_frame_metadata.h
rename to cc/output/compositor_frame_metadata.h
index 9d1d45563e05df4b74f3905a61668915eb1f3ca4..c451a5b2e6dafebb54aac98575e79fd9fe2eae30 100644
--- a/cc/compositor_frame_metadata.h
+++ b/cc/output/compositor_frame_metadata.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CC_COMPOSITOR_FRAME_METADATA_H_
-#define CC_COMPOSITOR_FRAME_METADATA_H_
+#ifndef CC_OUTPUT_COMPOSITOR_FRAME_METADATA_H_
+#define CC_OUTPUT_COMPOSITOR_FRAME_METADATA_H_
#include "cc/base/cc_export.h"
#include "ui/gfx/size_f.h"
@@ -40,4 +40,4 @@ class CC_EXPORT CompositorFrameMetadata
} // namespace cc
-#endif // CC_COMPOSITOR_FRAME_METADATA_H_
+#endif // CC_OUTPUT_COMPOSITOR_FRAME_METADATA_H_

Powered by Google App Engine
This is Rietveld 408576698