aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkRecords.h
diff options
context:
space:
mode:
authorGravatar reed <reed@google.com>2015-02-06 08:36:15 -0800
committerGravatar Commit bot <commit-bot@chromium.org>2015-02-06 08:36:15 -0800
commit3cb3840c9af6f70896cf5565a38d4ee03c02d767 (patch)
treecca84070500dbdd9b4cc1e2b1a7d125964739e81 /src/core/SkRecords.h
parentc4e87724920222a218f31b22612efc5b1ec0ed6c (diff)
Rename SkCanvasDrawable to SkDrawable, and make public
(patchset #2 id:20001 of https://codereview.chromium.org/903993002/)" This reverts commit c4e87724920222a218f31b22612efc5b1ec0ed6c. BUG=skia: TBR= NOTREECHECKS=True Review URL: https://codereview.chromium.org/898343004
Diffstat (limited to 'src/core/SkRecords.h')
-rw-r--r--src/core/SkRecords.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/SkRecords.h b/src/core/SkRecords.h
index 522bf68b49..319d155054 100644
--- a/src/core/SkRecords.h
+++ b/src/core/SkRecords.h
@@ -9,7 +9,7 @@
#define SkRecords_DEFINED
#include "SkCanvas.h"
-#include "SkCanvasDrawable.h"
+#include "SkDrawable.h"
#include "SkPicture.h"
#include "SkTextBlob.h"