From 2ed8a75c284fd8e74912de67691acf97bfb7a7b7 Mon Sep 17 00:00:00 2001 From: robertphillips Date: Wed, 3 Sep 2014 13:46:02 -0700 Subject: Remove use of EXPERIMENTAL_getActiveOps from layer hoisting code This is getting in the way of switching to the SkRecord backend and is of questionable value. R=bsalomon@google.com Author: robertphillips@google.com Review URL: https://codereview.chromium.org/539693002 --- include/core/SkPicture.h | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'include') diff --git a/include/core/SkPicture.h b/include/core/SkPicture.h index 2ea94c7086..cebb9a76e7 100644 --- a/include/core/SkPicture.h +++ b/include/core/SkPicture.h @@ -280,18 +280,12 @@ private: SkTDArray fOps; }; - /** PRIVATE / EXPERIMENTAL -- do not call - Return the operations required to render the content inside 'queryRect'. - */ - const OperationList* EXPERIMENTAL_getActiveOps(const SkRect& queryRect) const; - void createHeader(SkPictInfo* info) const; static bool IsValidPictInfo(const SkPictInfo& info); friend class SkPictureData; // to access OperationList friend class SkPictureRecorder; // just for SkPicture-based constructor - friend class SkGpuDevice; // for EXPERIMENTAL_getActiveOps/OperationList - friend class GrLayerHoister; // for EXPERIMENTAL_getActiveOps/OperationList + friend class SkGpuDevice; // for fData access friend class CollectLayers; // access to fRecord friend class SkPicturePlayback; // to get fData & OperationList friend class SkPictureReplacementPlayback; // to access OperationList -- cgit v1.2.3