aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--src/core/SkBitmapDevice.h2
-rw-r--r--src/core/SkDevice.h5
2 files changed, 0 insertions, 7 deletions
diff --git a/src/core/SkBitmapDevice.h b/src/core/SkBitmapDevice.h
index 2d67271c02..1f72d8df3c 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 f38f7ea00a..ab0fdbd734 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;
};