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

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: Additional change for working around Chromium. 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
Index: src/core/SkBBoxHierarchy.h
diff --git a/src/core/SkBBoxHierarchy.h b/src/core/SkBBoxHierarchy.h
index 69fb4fd9822b1a56a927685d3634074ab29b35a3..18a5a7343a99c2dc3ca5ec4fdd882dca935e2f49 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;
};

Powered by Google App Engine
This is Rietveld 408576698