aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/utils
diff options
context:
space:
mode:
authorGravatar reed <reed@google.com>2014-06-27 11:34:19 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2014-06-27 11:34:19 -0700
commit89443aba5bfa2b040dc9fd24938b7d0b3decd737 (patch)
tree48444359fc93d9e8cab2bfa6d203efe3c123835b /src/utils
parent479fbaf3bd65346c8dba2363aadde3b57bddd195 (diff)
change gpudevice and pdfdevice to inherit from basedevice
BUG=skia: R=robertphillips@google.com Author: reed@google.com Review URL: https://codereview.chromium.org/354133002
Diffstat (limited to 'src/utils')
-rw-r--r--src/utils/SkGatherPixelRefsAndRects.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/utils/SkGatherPixelRefsAndRects.h b/src/utils/SkGatherPixelRefsAndRects.h
index df3651e2e5..5d980aaf5f 100644
--- a/src/utils/SkGatherPixelRefsAndRects.h
+++ b/src/utils/SkGatherPixelRefsAndRects.h
@@ -39,12 +39,7 @@ public:
return fEmptyBitmap.info();
}
- virtual GrRenderTarget* accessRenderTarget() SK_OVERRIDE { return NULL; }
-
protected:
- virtual bool filterTextFlags(const SkPaint& paint, TextFlags*) SK_OVERRIDE {
- return false;
- }
virtual void clear(SkColor color) SK_OVERRIDE {
NothingToDo();
}
@@ -319,8 +314,6 @@ private:
(info.width(), info.height(), fPRCont));
}
- virtual void flush() SK_OVERRIDE {}
-
static void NotSupported() {
SkDEBUGFAIL("this method should never be called");
}