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

Unified Diff: cc/debug/picture_debug_util.h

Issue 2748263002: Move cc::DisplayItemList and related classes into cc/paint/ (Closed)
Patch Set: Merge branch 'master' into ccpaint Created 3 years, 9 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 | « cc/debug/micro_benchmark_impl.h ('k') | cc/debug/rasterize_and_record_benchmark.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/debug/picture_debug_util.h
diff --git a/cc/debug/picture_debug_util.h b/cc/debug/picture_debug_util.h
index 1719ea27632894b51a6ac0627fa4bd66e4487ff6..3c149c22b8a51989b2018d0744e6ebdc21e4fc28 100644
--- a/cc/debug/picture_debug_util.h
+++ b/cc/debug/picture_debug_util.h
@@ -7,11 +7,13 @@
#include <string>
+#include "cc/debug/debug_export.h"
+
class SkPicture;
namespace cc {
-class PictureDebugUtil {
+class CC_DEBUG_EXPORT PictureDebugUtil {
public:
static void SerializeAsBase64(const SkPicture* picture, std::string* output);
};
« no previous file with comments | « cc/debug/micro_benchmark_impl.h ('k') | cc/debug/rasterize_and_record_benchmark.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698