summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--WebCore/Android.mk1
-rw-r--r--WebCore/Android.v8.mk1
-rw-r--r--WebCore/platform/graphics/android/ImageSourceAndroid.cpp2
3 files changed, 2 insertions, 2 deletions
diff --git a/WebCore/Android.mk b/WebCore/Android.mk
index bb83f10..52fba89 100644
--- a/WebCore/Android.mk
+++ b/WebCore/Android.mk
@@ -710,7 +710,6 @@ LOCAL_SRC_FILES := $(LOCAL_SRC_FILES) \
platform/graphics/GraphicsLayer.cpp \
platform/graphics/GraphicsTypes.cpp \
platform/graphics/Image.cpp \
- platform/graphics/ImageSource.cpp \
platform/graphics/IntRect.cpp \
platform/graphics/MediaPlayer.cpp \
platform/graphics/Path.cpp \
diff --git a/WebCore/Android.v8.mk b/WebCore/Android.v8.mk
index e46d7e6..e85cae8 100644
--- a/WebCore/Android.v8.mk
+++ b/WebCore/Android.v8.mk
@@ -518,7 +518,6 @@ LOCAL_SRC_FILES := $(LOCAL_SRC_FILES) \
platform/graphics/GraphicsLayer.cpp \
platform/graphics/GraphicsTypes.cpp \
platform/graphics/Image.cpp \
- platform/graphics/ImageSource.cpp \
platform/graphics/IntRect.cpp \
platform/graphics/MediaPlayer.cpp \
platform/graphics/Path.cpp \
diff --git a/WebCore/platform/graphics/android/ImageSourceAndroid.cpp b/WebCore/platform/graphics/android/ImageSourceAndroid.cpp
index 5c75a15..fc3b098 100644
--- a/WebCore/platform/graphics/android/ImageSourceAndroid.cpp
+++ b/WebCore/platform/graphics/android/ImageSourceAndroid.cpp
@@ -44,6 +44,8 @@
using namespace android;
#endif
+// TODO: We should make use of some of the common code in platform/graphics/ImageSource.cpp.
+
SkPixelRef* SkCreateRLEPixelRef(const SkBitmap& src);
//#define TRACE_SUBSAMPLE_BITMAPS