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

Unified Diff: app/gfx/codec/jpeg_codec.cc

Issue 243076: Move the JPEG and PNG codecs from base/gfx to app/gfx/codec. Move the classes... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 3 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: app/gfx/codec/jpeg_codec.cc
===================================================================
--- app/gfx/codec/jpeg_codec.cc (revision 0)
+++ app/gfx/codec/jpeg_codec.cc (working copy)
@@ -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 "base/gfx/jpeg_codec.h"
+#include "app/gfx/codec/jpeg_codec.h"
#include <setjmp.h>
@@ -18,6 +18,8 @@
#endif
}
+namespace gfx {
+
// Encoder/decoder shared stuff ------------------------------------------------
namespace {
@@ -525,3 +527,5 @@
return bitmap;
}
+
+} // namespace gfx
Property changes on: app/gfx/codec/jpeg_codec.cc
___________________________________________________________________
Added: svn:mergeinfo
Merged /branches/chrome_webkit_merge_branch/base/gfx/jpeg_codec.cc:r69-2775

Powered by Google App Engine
This is Rietveld 408576698