| Index: ppapi/utility/graphics/paint_aggregator.h
|
| diff --git a/ppapi/cpp/paint_aggregator.h b/ppapi/utility/graphics/paint_aggregator.h
|
| similarity index 97%
|
| rename from ppapi/cpp/paint_aggregator.h
|
| rename to ppapi/utility/graphics/paint_aggregator.h
|
| index db1e04c1cd17b1a60d1d2c261884b08fb91a8b43..74e24da6b063425059388d1c3b70ce75b5a839e1 100644
|
| --- a/ppapi/cpp/paint_aggregator.h
|
| +++ b/ppapi/utility/graphics/paint_aggregator.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 PPAPI_CPP_PAINT_AGGREGATOR_H_
|
| -#define PPAPI_CPP_PAINT_AGGREGATOR_H_
|
| +#ifndef PPAPI_UTILITY_GRAPHICS_PAINT_AGGREGATOR_H_
|
| +#define PPAPI_UTILITY_GRAPHICS_PAINT_AGGREGATOR_H_
|
|
|
| #include <stddef.h>
|
| #include <vector>
|
| @@ -171,4 +171,4 @@ class PaintAggregator {
|
|
|
| } // namespace pp
|
|
|
| -#endif // PPAPI_CPP_PAINT_AGGREGATOR_H_
|
| +#endif // PPAPI_UTILITY_PAINT_AGGREGATOR_H_
|
|
|