From: Mike Reed Date: Sat, 21 Jan 2017 03:54:14 +0000 (-0500) Subject: minor cleanups in newly privatized device headers X-Git-Tag: accepted/tizen/5.0/unified/20181102.025319~55^2~717 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=17b5e5c591fc4d23efc668c3ba61cefad32c88d5;p=platform%2Fupstream%2FlibSkiaSharp.git minor cleanups in newly privatized device headers BUG=skia: Change-Id: Id6ebd54f404b5f0869d96368b98957ac10a2083f NOTREECHECKS=True Reviewed-on: https://skia-review.googlesource.com/7369 Commit-Queue: Mike Reed Reviewed-by: Mike Reed --- diff --git a/src/core/SkBitmapDevice.h b/src/core/SkBitmapDevice.h index 2d67271..1f72d8d 100644 --- a/src/core/SkBitmapDevice.h +++ b/src/core/SkBitmapDevice.h @@ -1,4 +1,3 @@ - /* * Copyright 2013 Google Inc. * @@ -19,7 +18,6 @@ #include "SkScalar.h" #include "SkSize.h" #include "SkSurfaceProps.h" -#include "SkTypes.h" class SkDraw; class SkImageFilterCache; diff --git a/src/core/SkDevice.h b/src/core/SkDevice.h index f38f7ea..ab0fdbd 100644 --- a/src/core/SkDevice.h +++ b/src/core/SkDevice.h @@ -14,7 +14,6 @@ #include "SkSurfaceProps.h" class SkBitmap; -class SkClipStack; class SkDraw; class SkDrawFilter; class SkImageFilterCache; @@ -348,10 +347,6 @@ private: const SkImageInfo fInfo; const SkSurfaceProps fSurfaceProps; -#ifdef SK_SUPPORT_LEGACY_ACCESSBITMAP - SkBitmap fLegacyBitmap; -#endif - typedef SkRefCnt INHERITED; };