Skip to content

Commit

Permalink
minor cleanups in newly privatized device headers
Browse files Browse the repository at this point in the history
BUG=skia:

Change-Id: Id6ebd54f404b5f0869d96368b98957ac10a2083f
NOTREECHECKS=True
Reviewed-on: https://skia-review.googlesource.com/7369
Commit-Queue: Mike Reed <reed@google.com>
Reviewed-by: Mike Reed <reed@google.com>
  • Loading branch information
reed-at-google authored and Skia Commit-Bot committed Jan 21, 2017
1 parent 288e471 commit 17b5e5c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
2 changes: 0 additions & 2 deletions src/core/SkBitmapDevice.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

/*
* Copyright 2013 Google Inc.
*
Expand All @@ -19,7 +18,6 @@
#include "SkScalar.h"
#include "SkSize.h"
#include "SkSurfaceProps.h"
#include "SkTypes.h"

class SkDraw;
class SkImageFilterCache;
Expand Down
5 changes: 0 additions & 5 deletions src/core/SkDevice.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
#include "SkSurfaceProps.h"

class SkBitmap;
class SkClipStack;
class SkDraw;
class SkDrawFilter;
class SkImageFilterCache;
Expand Down Expand Up @@ -348,10 +347,6 @@ class SK_API SkBaseDevice : public SkRefCnt {
const SkImageInfo fInfo;
const SkSurfaceProps fSurfaceProps;

#ifdef SK_SUPPORT_LEGACY_ACCESSBITMAP
SkBitmap fLegacyBitmap;
#endif

typedef SkRefCnt INHERITED;
};

Expand Down

0 comments on commit 17b5e5c

Please sign in to comment.