summaryrefslogtreecommitdiff
path: root/Source/web/tests/DragImageTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Source/web/tests/DragImageTest.cpp')
-rw-r--r--Source/web/tests/DragImageTest.cpp7
1 files changed, 1 insertions, 6 deletions
diff --git a/Source/web/tests/DragImageTest.cpp b/Source/web/tests/DragImageTest.cpp
index 0f9d31da0..9e5151516 100644
--- a/Source/web/tests/DragImageTest.cpp
+++ b/Source/web/tests/DragImageTest.cpp
@@ -33,8 +33,8 @@
#include "core/platform/DragImage.h"
#include "core/platform/graphics/Image.h"
-#include "core/platform/graphics/IntSize.h"
#include "core/platform/graphics/skia/NativeImageSkia.h"
+#include "platform/geometry/IntSize.h"
#include "third_party/skia/include/core/SkBitmap.h"
#include "wtf/OwnPtr.h"
#include "wtf/PassOwnPtr.h"
@@ -83,11 +83,6 @@ public:
{
}
- virtual unsigned decodedSize() const OVERRIDE
- {
- return 0u;
- }
-
virtual bool currentFrameKnownToBeOpaque() OVERRIDE
{
return false;