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

Unified Diff: src/core/SkTileGrid.h

Issue 114563003: Get rid of DEFINE_TESTCLASS() macro. (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Created 7 years 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 | « no previous file | tests/ImageFilterTest.cpp » ('j') | tests/TestClassDef.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/core/SkTileGrid.h
diff --git a/src/core/SkTileGrid.h b/src/core/SkTileGrid.h
index 77d972850fe7bb70fb14ca657bb92c3842e72968..d7e4166a05a338204db595cd2f91addb838efbc9 100644
--- a/src/core/SkTileGrid.h
+++ b/src/core/SkTileGrid.h
@@ -69,9 +69,10 @@ public:
enum {
kTileFinished = -1,
};
-private:
+
SkTDArray<void*>& tile(int x, int y);
mtklein 2013/12/13 15:24:31 I'm not keen on having to expose this guy. Seems
tfarina 2013/12/13 21:00:08 Done.
+private:
int fXTileCount, fYTileCount, fTileCount;
SkTileGridPicture::TileGridInfo fInfo;
SkTDArray<void*>* fTileData;
@@ -79,7 +80,6 @@ private:
SkIRect fGridBounds;
SkTileGridNextDatumFunctionPtr fNextDatumFunction;
- friend class TileGridTest;
typedef SkBBoxHierarchy INHERITED;
};
« no previous file with comments | « no previous file | tests/ImageFilterTest.cpp » ('j') | tests/TestClassDef.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698