From 86490573b5cba554a27637e22485455a7b133de7 Mon Sep 17 00:00:00 2001 From: "commit-bot@chromium.org" Date: Fri, 4 Oct 2013 16:52:55 +0000 Subject: commit to xfermode objects being immutable BUG= R=djsollen@google.com, mtklein@google.com Author: reed@google.com Review URL: https://codereview.chromium.org/25968004 git-svn-id: http://skia.googlecode.com/svn/trunk@11614 2bbb7eff-a529-9590-31e7-b0007b416f81 --- include/core/SkXfermode.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include/core/SkXfermode.h') diff --git a/include/core/SkXfermode.h b/include/core/SkXfermode.h index ef00f71b75..04f3bfe5b6 100644 --- a/include/core/SkXfermode.h +++ b/include/core/SkXfermode.h @@ -237,6 +237,10 @@ private: enum { kModeCount = kLastMode + 1 }; + + friend class SkGraphics; + static void Term(); + typedef SkFlattenable INHERITED; }; -- cgit v1.2.3