aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core/SkPicture.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/core/SkPicture.h')
-rw-r--r--include/core/SkPicture.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/include/core/SkPicture.h b/include/core/SkPicture.h
index baa9486236..70691179db 100644
--- a/include/core/SkPicture.h
+++ b/include/core/SkPicture.h
@@ -328,7 +328,7 @@ protected:
private:
// An OperationList encapsulates a set of operation offsets into the picture byte
// stream along with the CTMs needed for those operation.
- class OperationList : public SkNoncopyable {
+ class OperationList : ::SkNoncopyable {
public:
virtual ~OperationList() {}
@@ -345,9 +345,6 @@ private:
virtual const SkMatrix& matrix(int index) const { SkASSERT(false); return SkMatrix::I(); }
static const OperationList& InvalidList();
-
- private:
- typedef SkNoncopyable INHERITED;
};
/** PRIVATE / EXPERIMENTAL -- do not call