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

Unified Diff: experimental/tools/PageCachingDocument.h

Issue 1233093004: experimental: remove old PDF benchmarking tools (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 5 years, 5 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 | « no previous file | experimental/tools/PageCachingDocument.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: experimental/tools/PageCachingDocument.h
diff --git a/experimental/tools/PageCachingDocument.h b/experimental/tools/PageCachingDocument.h
deleted file mode 100644
index 19be1ae6197cad23b1a23c5a8fd805b8e733b146..0000000000000000000000000000000000000000
--- a/experimental/tools/PageCachingDocument.h
+++ /dev/null
@@ -1,22 +0,0 @@
-/*
- * Copyright 2014 Google Inc.
- *
- * Use of this source code is governed by a BSD-style license that can be
- * found in the LICENSE file.
- */
-#ifndef PageCachingDocument_DEFINED
-#define PageCachingDocument_DEFINED
-
-#include "SkScalar.h"
-
-class SkBitmap;
-class SkData;
-class SkDocument;
-class SkWStream;
-
-SkDocument* CreatePageCachingDocument(
- SkWStream* stream,
- void (*done)(SkWStream*, bool) = NULL,
- SkData* (*encoder)(size_t*, const SkBitmap&) = NULL,
- SkScalar rasterDpi = 72.0);
-#endif // PageCachingDocument_DEFINED
« no previous file with comments | « no previous file | experimental/tools/PageCachingDocument.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698