aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkDevice.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/SkDevice.cpp')
-rw-r--r--src/core/SkDevice.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/core/SkDevice.cpp b/src/core/SkDevice.cpp
index 6c5c0f391d..6a09c0b9db 100644
--- a/src/core/SkDevice.cpp
+++ b/src/core/SkDevice.cpp
@@ -49,9 +49,8 @@ SkMetaData& SkBaseDevice::getMetaData() {
return *fMetaData;
}
-// TODO: should make this guy pure-virtual.
SkImageInfo SkBaseDevice::imageInfo() const {
- return SkImageInfo::MakeUnknown(this->width(), this->height());
+ return SkImageInfo::MakeUnknown();
}
const SkBitmap& SkBaseDevice::accessBitmap(bool changePixels) {