aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/pdf/SkPDFDevice.h
diff options
context:
space:
mode:
authorGravatar reed <reed@google.com>2016-08-20 07:59:19 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2016-08-20 07:59:19 -0700
commit589a39eb81d25fa7af95e7366db17ac7a70a7d03 (patch)
treef1f485df0476ca0af26475c924d35101b9160b6b /src/pdf/SkPDFDevice.h
parente2348ccb477b97847cd147161a57fbbbfc8bba10 (diff)
store info in basedevice, change getter to non-virtual const&
Diffstat (limited to 'src/pdf/SkPDFDevice.h')
-rw-r--r--src/pdf/SkPDFDevice.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/pdf/SkPDFDevice.h b/src/pdf/SkPDFDevice.h
index 4a860281e3..6588efb8d1 100644
--- a/src/pdf/SkPDFDevice.h
+++ b/src/pdf/SkPDFDevice.h
@@ -119,8 +119,6 @@ public:
void drawDevice(const SkDraw&, SkBaseDevice*, int x, int y,
const SkPaint&) override;
- SkImageInfo imageInfo() const override;
-
// PDF specific methods.
/** Create the resource dictionary for this device. */