| Index: cc/output/compositor_frame.h
|
| diff --git a/cc/compositor_frame.h b/cc/output/compositor_frame.h
|
| similarity index 67%
|
| rename from cc/compositor_frame.h
|
| rename to cc/output/compositor_frame.h
|
| index 75594197c3b6a2fab3350396947a54748ff44e06..bf3ae3ed19a57080afc76afd1db0160f35374bbd 100644
|
| --- a/cc/compositor_frame.h
|
| +++ b/cc/output/compositor_frame.h
|
| @@ -2,15 +2,15 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef CC_COMPOSITOR_FRAME_H_
|
| -#define CC_COMPOSITOR_FRAME_H_
|
| +#ifndef CC_OUTPUT_COMPOSITOR_FRAME_H_
|
| +#define CC_OUTPUT_COMPOSITOR_FRAME_H_
|
|
|
| #include "base/memory/scoped_ptr.h"
|
| #include "cc/base/cc_export.h"
|
| -#include "cc/compositor_frame_metadata.h"
|
| -#include "cc/delegated_frame_data.h"
|
| -#include "cc/gl_frame_data.h"
|
| -#include "cc/software_frame_data.h"
|
| +#include "cc/output/compositor_frame_metadata.h"
|
| +#include "cc/output/delegated_frame_data.h"
|
| +#include "cc/output/gl_frame_data.h"
|
| +#include "cc/output/software_frame_data.h"
|
|
|
| namespace cc {
|
|
|
| @@ -29,4 +29,4 @@ class CC_EXPORT CompositorFrame {
|
|
|
| } // namespace cc
|
|
|
| -#endif // CC_COMPOSITOR_FRAME_H_
|
| +#endif // CC_OUTPUT_COMPOSITOR_FRAME_H_
|
|
|