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

Unified Diff: third_party/WebKit/Source/core/paint/PaintPropertyTreePrinter.h

Issue 2239443004: Add more unittesting for GeometryMapper+PaintPropertyTrreBuilde integration. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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
Index: third_party/WebKit/Source/core/paint/PaintPropertyTreePrinter.h
diff --git a/third_party/WebKit/Source/core/paint/PaintPropertyTreePrinter.h b/third_party/WebKit/Source/core/paint/PaintPropertyTreePrinter.h
index 148a9288ff53e32e9341e60b16c04d4f7421b3d7..3e2735f5eaefc6fb2591dd741da0fe3a4b7995b1 100644
--- a/third_party/WebKit/Source/core/paint/PaintPropertyTreePrinter.h
+++ b/third_party/WebKit/Source/core/paint/PaintPropertyTreePrinter.h
@@ -5,14 +5,16 @@
#ifndef PaintPropertyTreePrinter_h
#define PaintPropertyTreePrinter_h
+#include "core/CoreExport.h"
+
#ifndef NDEBUG
namespace blink {
class FrameView;
-void showTransformPropertyTree(const FrameView& rootFrame);
-void showClipPropertyTree(const FrameView& rootFrame);
-void showEffectPropertyTree(const FrameView& rootFrame);
+CORE_EXPORT void showTransformPropertyTree(const FrameView& rootFrame);
+CORE_EXPORT void showClipPropertyTree(const FrameView& rootFrame);
+CORE_EXPORT void showEffectPropertyTree(const FrameView& rootFrame);
} // namespace blink
#endif

Powered by Google App Engine
This is Rietveld 408576698