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

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

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.cc
diff --git a/ppapi/cpp/paint_aggregator.cc b/ppapi/utility/graphics/paint_aggregator.cc
similarity index 99%
rename from ppapi/cpp/paint_aggregator.cc
rename to ppapi/utility/graphics/paint_aggregator.cc
index d0ab03edad045594a9bb11cf0db426205e7d4e61..d4fc72165b9323450434dfe9b529c5c579f20106 100644
--- a/ppapi/cpp/paint_aggregator.cc
+++ b/ppapi/utility/graphics/paint_aggregator.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 "ppapi/cpp/paint_aggregator.h"
+#include "ppapi/utility/graphics/paint_aggregator.h"
#include <algorithm>

Powered by Google App Engine
This is Rietveld 408576698