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

Unified Diff: src/core/SkBBoxHierarchy.h

Issue 1272293004: Move SkTemplates.h to private. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: It's a struct! Created 5 years, 4 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 | « src/codec/SkJpegDecoderMgr.h ('k') | src/core/SkBigPicture.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/core/SkBBoxHierarchy.h
diff --git a/src/core/SkBBoxHierarchy.h b/src/core/SkBBoxHierarchy.h
index 795406f61b2c9cd8a8f240edea43424e092d0810..63e62c2a4bd5009c224b901e36b295627772f274 100644
--- a/src/core/SkBBoxHierarchy.h
+++ b/src/core/SkBBoxHierarchy.h
@@ -11,7 +11,6 @@
#include "SkRect.h"
#include "SkRefCnt.h"
#include "SkTDArray.h"
-#include "SkTemplates.h"
/**
* Interface for a spatial data structure that stores axis-aligned bounding
@@ -37,7 +36,6 @@ public:
// Get the root bound.
virtual SkRect getRootBound() const = 0;
-
private:
typedef SkRefCnt INHERITED;
};
« no previous file with comments | « src/codec/SkJpegDecoderMgr.h ('k') | src/core/SkBigPicture.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698