Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(22)

Unified Diff: include/views/SkView.h

Issue 1217573002: remove SkInstCnt (Closed) Base URL: https://skia.googlesource.com/skia@master
Patch Set: Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « include/views/SkEventSink.h ('k') | include/views/animated/SkWidgetViews.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/views/SkView.h
diff --git a/include/views/SkView.h b/include/views/SkView.h
index db712317e5871152dc459cb3c89efae043f06777..e099e0d405ad27e39bf8e8e6886735269351e9c3 100644
--- a/include/views/SkView.h
+++ b/include/views/SkView.h
@@ -258,7 +258,7 @@ public:
*/
class Artist : public SkRefCnt {
public:
- SK_DECLARE_INST_COUNT(Artist)
+
void draw(SkView*, SkCanvas*);
void inflate(const SkDOM&, const SkDOM::Node*);
@@ -286,7 +286,7 @@ public:
*/
class Layout : public SkRefCnt {
public:
- SK_DECLARE_INST_COUNT(Layout)
+
void layoutChildren(SkView* parent);
void inflate(const SkDOM&, const SkDOM::Node*);
« no previous file with comments | « include/views/SkEventSink.h ('k') | include/views/animated/SkWidgetViews.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698