| 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,
|
|
|