aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkBitmapDevice.h
diff options
context:
space:
mode:
authorGravatar Mike Reed <reed@google.com>2017-12-31 15:23:54 -0500
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2018-01-03 00:13:49 +0000
commit57c2b8b16ab958214ecad2c4bd4aad75f7d255c6 (patch)
tree84c2cb1b622843ec6cf36f3e0a8e30cad8d13df9 /src/core/SkBitmapDevice.h
parente8bb6da08dc61832062e7a0e86b9ebd44953301c (diff)
remove unused declarations
Bug: skia: Change-Id: If8ca5e3d649dab3cf8b2bdb1cf072ff23cea9465 Reviewed-on: https://skia-review.googlesource.com/90026 Reviewed-by: Mike Reed <reed@google.com> Commit-Queue: Mike Reed <reed@google.com>
Diffstat (limited to 'src/core/SkBitmapDevice.h')
-rw-r--r--src/core/SkBitmapDevice.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/SkBitmapDevice.h b/src/core/SkBitmapDevice.h
index 85a57281cd..b890066da6 100644
--- a/src/core/SkBitmapDevice.h
+++ b/src/core/SkBitmapDevice.h
@@ -33,7 +33,7 @@ class SkSurface;
struct SkPoint;
///////////////////////////////////////////////////////////////////////////////
-class SK_API SkBitmapDevice : public SkBaseDevice {
+class SkBitmapDevice : public SkBaseDevice {
public:
/**
* Construct a new device with the specified bitmap as its backend. It is