| Index: cc/output/gl_frame_data.cc
|
| diff --git a/cc/gl_frame_data.cc b/cc/output/gl_frame_data.cc
|
| similarity index 88%
|
| rename from cc/gl_frame_data.cc
|
| rename to cc/output/gl_frame_data.cc
|
| index 9895c7927700a837f3a3c8c94de13d0a3e8a4531..b5b5721a96495c39d543ba3445ffa3b0ddc38c87 100644
|
| --- a/cc/gl_frame_data.cc
|
| +++ b/cc/output/gl_frame_data.cc
|
| @@ -2,7 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "cc/gl_frame_data.h"
|
| +#include "cc/output/gl_frame_data.h"
|
|
|
| namespace cc {
|
|
|
|
|