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

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

Issue 2638763003: Move property tree debugging code to platform/graphics/paint/. (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
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..76247d55702a9eb8cc9560788f99c9580ab00248 100644
--- a/third_party/WebKit/Source/core/paint/PaintPropertyTreePrinter.h
+++ b/third_party/WebKit/Source/core/paint/PaintPropertyTreePrinter.h
@@ -12,12 +12,7 @@
namespace blink {
-class ClipPaintPropertyNode;
class FrameView;
-class EffectPaintPropertyNode;
-class PropertyTreeState;
-class ScrollPaintPropertyNode;
-class TransformPaintPropertyNode;
} // namespace blink
@@ -35,23 +30,6 @@ effectPropertyTreeAsString(const blink::FrameView& rootFrame);
CORE_EXPORT String
scrollPropertyTreeAsString(const blink::FrameView& rootFrame);
-CORE_EXPORT void showPaintPropertyPath(
wkorman 2017/01/17 19:19:58 Just curious, what was catalyst for moving to plat
chrishtr 2017/01/17 22:06:45 It was: 1. to be able to print from platform code
- 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

Powered by Google App Engine
This is Rietveld 408576698