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

Unified Diff: ppapi/utility/graphics/paint_aggregator.h

Issue 9030001: Move paint aggregator and the completion callback factory. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix DEPS Created 8 years, 12 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
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_

Powered by Google App Engine
This is Rietveld 408576698