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

Unified Diff: skia/ext/convolver_unittest.cc

Issue 12842: Move convolver, image_operations, and skia_utils from base/gfx to skia/ext.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 12 years, 1 month 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
« no previous file with comments | « skia/ext/convolver.cc ('k') | skia/ext/image_operations.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: skia/ext/convolver_unittest.cc
===================================================================
--- skia/ext/convolver_unittest.cc (revision 6142)
+++ skia/ext/convolver_unittest.cc (working copy)
@@ -6,10 +6,11 @@
#include <time.h>
#include <vector>
-#include "base/gfx/convolver.h"
+#include "skia/ext/convolver.h"
+
#include "testing/gtest/include/gtest/gtest.h"
-namespace gfx {
+namespace skia {
namespace {
@@ -123,5 +124,5 @@
}
}
-} // namespace gfx
+} // namespace skia
Property changes on: skia\ext\convolver_unittest.cc
___________________________________________________________________
Added: svn:mergeinfo
Merged /branches/chrome_webkit_merge_branch/base/gfx/convolver_unittest.cc:r69-2775
« no previous file with comments | « skia/ext/convolver.cc ('k') | skia/ext/image_operations.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698