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

Unified Diff: ppapi/utility/graphics/paint_manager.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_manager.h
diff --git a/ppapi/cpp/paint_manager.h b/ppapi/utility/graphics/paint_manager.h
similarity index 97%
rename from ppapi/cpp/paint_manager.h
rename to ppapi/utility/graphics/paint_manager.h
index fbddd9fceaef1496a49f7bb8b3ffc52d62273430..c3787e8e328f78466487cf8691721cc4f20f2cef 100644
--- a/ppapi/cpp/paint_manager.h
+++ b/ppapi/utility/graphics/paint_manager.h
@@ -2,14 +2,14 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef PPAPI_CPP_PAINT_MANAGER_H_
-#define PPAPI_CPP_PAINT_MANAGER_H_
+#ifndef PPAPI_UTILITY_GRAPHICS_PAINT_MANAGER_H_
+#define PPAPI_UTILITY_GRAPHICS_PAINT_MANAGER_H_
#include <vector>
-#include "ppapi/cpp/completion_callback.h"
#include "ppapi/cpp/graphics_2d.h"
-#include "ppapi/cpp/paint_aggregator.h"
+#include "ppapi/utility/completion_callback_factory.h"
+#include "ppapi/utility/graphics/paint_aggregator.h"
/// @file
/// This file defines the API to convert the "plugin push" model of painting
@@ -294,4 +294,4 @@ class PaintManager {
} // namespace pp
-#endif // PPAPI_CPP_PAINT_MANAGER_H_
+#endif // PPAPI_UTILITY_GRAPHICS_PAINT_MANAGER_H_

Powered by Google App Engine
This is Rietveld 408576698