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

Unified Diff: cc/layers/video_frame_provider.h

Issue 12603013: Part 10 of cc/ directory shuffles: layers (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
« no previous file with comments | « cc/layers/tiled_layer_unittest.cc ('k') | cc/layers/video_frame_provider_client_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/layers/video_frame_provider.h
diff --git a/cc/video_frame_provider.h b/cc/layers/video_frame_provider.h
similarity index 94%
rename from cc/video_frame_provider.h
rename to cc/layers/video_frame_provider.h
index dadcc145c163596599a0c35cb836f46f4b238d99..ecf00241e163ccd6122f2416e8788959a44ba6cb 100644
--- a/cc/video_frame_provider.h
+++ b/cc/layers/video_frame_provider.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_VIDEO_FRAME_PROVIDER_H_
-#define CC_VIDEO_FRAME_PROVIDER_H_
+#ifndef CC_LAYERS_VIDEO_FRAME_PROVIDER_H_
+#define CC_LAYERS_VIDEO_FRAME_PROVIDER_H_
#include "base/memory/ref_counted.h"
@@ -57,4 +57,4 @@ class VideoFrameProvider {
} // namespace cc
-#endif // CC_VIDEO_FRAME_PROVIDER_H_
+#endif // CC_LAYERS_VIDEO_FRAME_PROVIDER_H_
« no previous file with comments | « cc/layers/tiled_layer_unittest.cc ('k') | cc/layers/video_frame_provider_client_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698