| Index: cc/output/delegating_renderer.h
|
| diff --git a/cc/delegating_renderer.h b/cc/output/delegating_renderer.h
|
| similarity index 92%
|
| rename from cc/delegating_renderer.h
|
| rename to cc/output/delegating_renderer.h
|
| index cd3d593ee01e18cf28e527f4e3882d31cebb76ed..8b938cd96f2772017bd20b937fa9e2e1bd8e0f28 100644
|
| --- a/cc/delegating_renderer.h
|
| +++ b/cc/output/delegating_renderer.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_DELEGATING_RENDERER_H_
|
| -#define CC_DELEGATING_RENDERER_H_
|
| +#ifndef CC_OUTPUT_DELEGATING_RENDERER_H_
|
| +#define CC_OUTPUT_DELEGATING_RENDERER_H_
|
|
|
| #include "base/memory/scoped_ptr.h"
|
| #include "cc/base/cc_export.h"
|
| -#include "cc/renderer.h"
|
| +#include "cc/output/renderer.h"
|
| #include "third_party/WebKit/Source/Platform/chromium/public/WebGraphicsContext3D.h"
|
|
|
| namespace cc {
|
| @@ -66,4 +66,4 @@ private:
|
|
|
| } // namespace cc
|
|
|
| -#endif // CC_DELEGATING_RENDERER_H_
|
| +#endif // CC_OUTPUT_DELEGATING_RENDERER_H_
|
|
|