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

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

Issue 2647063002: Move property tree debugging code to platform/graphics/paint/ (try #2) (Closed)
Patch Set: none Created 3 years, 11 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 | third_party/WebKit/Source/core/paint/PaintPropertyTreePrinter.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 51a4b40d72ab16f2639d00b6bd7696961c66934e..cff2a235773712a982719c3a52393d6fab95e662 100644
--- a/third_party/WebKit/Source/core/paint/PaintPropertyTreePrinter.h
+++ b/third_party/WebKit/Source/core/paint/PaintPropertyTreePrinter.h
@@ -8,16 +8,11 @@
#include "core/CoreExport.h"
#include "wtf/text/WTFString.h"
-#ifndef NDEBUG
+#if DCHECK_IS_ON()
namespace blink {
-class ClipPaintPropertyNode;
class FrameView;
-class EffectPaintPropertyNode;
-class PropertyTreeState;
-class ScrollPaintPropertyNode;
-class TransformPaintPropertyNode;
} // namespace blink
@@ -35,25 +30,8 @@ effectPropertyTreeAsString(const blink::FrameView& rootFrame);
CORE_EXPORT String
scrollPropertyTreeAsString(const blink::FrameView& rootFrame);
-CORE_EXPORT void showPaintPropertyPath(
- const blink::TransformPaintPropertyNode*);
-CORE_EXPORT void showPaintPropertyPath(const blink::ClipPaintPropertyNode*);
-CORE_EXPORT void showPaintPropertyPath(const blink::EffectPaintPropertyNode*);
-CORE_EXPORT void showPaintPropertyPath(const blink::ScrollPaintPropertyNode*);
-CORE_EXPORT String
-transformPaintPropertyPathAsString(const blink::TransformPaintPropertyNode*);
-CORE_EXPORT String
-clipPaintPropertyPathAsString(const blink::ClipPaintPropertyNode*);
-CORE_EXPORT String
-effectPaintPropertyPathAsString(const blink::EffectPaintPropertyNode*);
-CORE_EXPORT String
-scrollPaintPropertyPathAsString(const blink::ScrollPaintPropertyNode*);
-
-CORE_EXPORT void showPropertyTreeState(const blink::PropertyTreeState&);
-CORE_EXPORT String propertyTreeStateAsString(const blink::PropertyTreeState&);
-
CORE_EXPORT String paintPropertyTreeGraph(const blink::FrameView&);
-#endif // ifndef NDEBUG
+#endif // if DCHECK_IS_ON()
#endif // PaintPropertyTreePrinter_h
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/paint/PaintPropertyTreePrinter.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698