From 2002d881e80e0d56440ed2fc4da5f90bf2f0e0fb Mon Sep 17 00:00:00 2001 From: "skia.committer@gmail.com" Date: Wed, 19 Mar 2014 03:02:22 +0000 Subject: [PATCH] Sanitizing source files in Housekeeper-Nightly git-svn-id: http://skia.googlecode.com/svn/trunk@13855 2bbb7eff-a529-9590-31e7-b0007b416f81 --- src/core/SkPicturePlayback.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/SkPicturePlayback.cpp b/src/core/SkPicturePlayback.cpp index 25bc33936..a570c4c27 100644 --- a/src/core/SkPicturePlayback.cpp +++ b/src/core/SkPicturePlayback.cpp @@ -871,7 +871,7 @@ void SkPicturePlayback::draw(SkCanvas& canvas, SkDrawPictureCallback* callback) if (0 == activeOpsList.numOps()) { return; // nothing to draw } - + // Since the opList is valid we know it is our derived class activeOps = &((const CachedOperationList&)activeOpsList).fOps; }