Chromium Code Reviews| Index: tools/PictureRenderer.h |
| =================================================================== |
| --- tools/PictureRenderer.h (revision 8115) |
| +++ tools/PictureRenderer.h (working copy) |
| @@ -171,6 +171,8 @@ |
| fBBoxHierarchyType = bbhType; |
| } |
| + BBoxHierarchyType getBBoxHierarchyType() { return fBBoxHierarchyType; } |
| + |
| void setGridSize(int width, int height) { |
| fGridInfo.fTileInterval.set(width, height); |
| } |