Index: tools/render_pictures_main.cpp |
diff --git a/tools/render_pictures_main.cpp b/tools/render_pictures_main.cpp |
index b067a652bd430c004be3169ba87ead887c9cf3b3..bc765f7e4096cc4426c2095ffb3acb75ccd5dc00 100644 |
--- a/tools/render_pictures_main.cpp |
+++ b/tools/render_pictures_main.cpp |
@@ -219,7 +219,6 @@ static int MaxByteDiff(uint32_t v1, uint32_t v2) { |
SkMax32(abs(getByte(v1, 2) - getByte(v2, 2)), abs(getByte(v1, 3) - getByte(v2, 3)))); |
} |
-namespace { |
class AutoRestoreBbhType { |
public: |
AutoRestoreBbhType() { |
@@ -244,7 +243,6 @@ private: |
sk_tools::PictureRenderer* fRenderer; |
sk_tools::PictureRenderer::BBoxHierarchyType fSavedBbhType; |
}; |
-} |
/** |
* Render the SKP file(s) within inputPath, writing their bitmap images into outputDir. |