Remove virtual clear in PdfViewer's SkNulCanvas
authorrobertphillips <robertphillips@google.com>
Mon, 8 Dec 2014 19:37:35 +0000 (11:37 -0800)
committerCommit bot <commit-bot@chromium.org>
Mon, 8 Dec 2014 19:37:35 +0000 (11:37 -0800)
Causing compilation complaints on Windows

Review URL: https://codereview.chromium.org/783683004

experimental/PdfViewer/SkNulCanvas.h

index 49d276d..c09e9eb 100644 (file)
@@ -27,7 +27,6 @@ public:
     virtual ~SkNulCanvas() {}
 
     virtual bool isDrawingToLayer() const SK_OVERRIDE {return false;}
-    virtual void clear(SkColor) SK_OVERRIDE {}
     virtual void drawPaint(const SkPaint& paint) SK_OVERRIDE {}
     virtual void drawPoints(PointMode mode, size_t count, const SkPoint pts[],
                             const SkPaint& paint) SK_OVERRIDE {}