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

Unified Diff: ui/gfx/codec/chromeos/jpeg_codec_robust_slow.h

Issue 2746153007: Fix export macro for jpeg_codec_robust_slow.h (Closed)
Patch Set: Created 3 years, 9 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/codec/chromeos/jpeg_codec_robust_slow.h
diff --git a/ui/gfx/codec/chromeos/jpeg_codec_robust_slow.h b/ui/gfx/codec/chromeos/jpeg_codec_robust_slow.h
index 097e56053b530a043a30d6abda57fe004a4a6fbc..a6543cf5af3a93a5d523b78492a8ee077e6c1b24 100644
--- a/ui/gfx/codec/chromeos/jpeg_codec_robust_slow.h
+++ b/ui/gfx/codec/chromeos/jpeg_codec_robust_slow.h
@@ -8,7 +8,7 @@
#include <stddef.h>
#include <vector>
-#include "ui/gfx/gfx_export.h"
+#include "ui/gfx/codec/codec_export.h"
class SkBitmap;
@@ -18,7 +18,7 @@ namespace gfx {
// which has an inconvenient interface for callers. This is only used for
// servicing ChromeUtilityMsg_RobustJPEGDecodeImage and is currently unique
// to Chrome OS.
-class GFX_EXPORT JPEGCodecRobustSlow {
+class CODEC_EXPORT JPEGCodecRobustSlow {
public:
enum ColorFormat {
// 3 bytes per pixel (packed), in RGB order regardless of endianness.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698