From 3729469d6a12266037b697c2192768545e097ab0 Mon Sep 17 00:00:00 2001 From: reed Date: Tue, 2 Dec 2014 10:08:11 -0800 Subject: Change clear() to respect the clip patch from issue 769703002 at patchset 1 (http://crrev.com/769703002#ps1) BUG=skia: Review URL: https://codereview.chromium.org/772533004 --- include/pdf/SkPDFDevice.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/pdf') diff --git a/include/pdf/SkPDFDevice.h b/include/pdf/SkPDFDevice.h index 1e09b72b06..fa0e5128a6 100644 --- a/include/pdf/SkPDFDevice.h +++ b/include/pdf/SkPDFDevice.h @@ -70,8 +70,6 @@ public: const SkMatrix& initialTransform); SK_API virtual ~SkPDFDevice(); - virtual void clear(SkColor color) SK_OVERRIDE; - /** These are called inside the per-device-layer loop for each draw call. When these are called, we have already applied any saveLayer operations, and are handling any looping from the paint, and any effects from the -- cgit v1.2.3