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

Unified Diff: skia/ext/image_operations.h

Issue 6682011: Build skia as a dll in windows multi-dll build. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Fix lint error. Created 9 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 | « skia/ext/google_logging.cc ('k') | skia/ext/platform_canvas.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: skia/ext/image_operations.h
===================================================================
--- skia/ext/image_operations.h (revision 78242)
+++ skia/ext/image_operations.h (working copy)
@@ -6,12 +6,14 @@
#define SKIA_EXT_IMAGE_OPERATIONS_H_
#pragma once
+#include "third_party/skia/include/core/SkTypes.h"
+
class SkBitmap;
struct SkIRect;
namespace skia {
-class ImageOperations {
+class SK_API ImageOperations {
public:
enum ResizeMethod {
//
« no previous file with comments | « skia/ext/google_logging.cc ('k') | skia/ext/platform_canvas.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698