aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkWriteBuffer.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/SkWriteBuffer.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/SkWriteBuffer.h')
-rw-r--r--src/core/SkWriteBuffer.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/core/SkWriteBuffer.h b/src/core/SkWriteBuffer.h
index 748254b065..bd3864cda2 100644
--- a/src/core/SkWriteBuffer.h
+++ b/src/core/SkWriteBuffer.h
@@ -1,4 +1,3 @@
-
/*
* Copyright 2011 Google Inc.
*
@@ -21,7 +20,7 @@ class SkImage;
class SkPath;
class SkRefCntSet;
-class SK_API SkWriteBuffer {
+class SkWriteBuffer {
public:
SkWriteBuffer() {}
virtual ~SkWriteBuffer() {}
@@ -76,7 +75,7 @@ protected:
/**
* Concrete implementation that serializes to a flat binary blob.
*/
-class SK_API SkBinaryWriteBuffer : public SkWriteBuffer {
+class SkBinaryWriteBuffer : public SkWriteBuffer {
public:
enum Flags {
kCrossProcess_Flag = 1 << 0,