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

Unified Diff: Source/platform/graphics/ScaledImageFragment.h

Issue 27140003: Move ScaledImageFragment.cpp/.h to platform/ (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 2 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 | « Source/platform/blink_platform.gypi ('k') | Source/platform/graphics/ScaledImageFragment.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/graphics/ScaledImageFragment.h
diff --git a/Source/core/platform/graphics/chromium/ScaledImageFragment.h b/Source/platform/graphics/ScaledImageFragment.h
similarity index 97%
rename from Source/core/platform/graphics/chromium/ScaledImageFragment.h
rename to Source/platform/graphics/ScaledImageFragment.h
index 0bfdea1162ba22f26f6d99a97d7f7608e3a80c96..6790ed3906aab8f8790158f87b38779804e3e7ed 100644
--- a/Source/core/platform/graphics/chromium/ScaledImageFragment.h
+++ b/Source/platform/graphics/ScaledImageFragment.h
@@ -30,12 +30,13 @@
#include "SkRect.h"
#include "SkSize.h"
+#include "platform/PlatformExport.h"
#include "wtf/PassOwnPtr.h"
namespace WebCore {
// ScaledImageFragment is a scaled version of an image.
-class ScaledImageFragment {
+class PLATFORM_EXPORT ScaledImageFragment {
public:
enum ImageGeneration {
CompleteImage = 0,
« no previous file with comments | « Source/platform/blink_platform.gypi ('k') | Source/platform/graphics/ScaledImageFragment.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698