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

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

Issue 2639143002: Revert of Move property tree debugging code to platform/graphics/paint/. (Closed)
Patch Set: 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 76247d55702a9eb8cc9560788f99c9580ab00248..51a4b40d72ab16f2639d00b6bd7696961c66934e 100644
--- a/third_party/WebKit/Source/core/paint/PaintPropertyTreePrinter.h
+++ b/third_party/WebKit/Source/core/paint/PaintPropertyTreePrinter.h
@@ -12,7 +12,12 @@
namespace blink {
+class ClipPaintPropertyNode;
class FrameView;
+class EffectPaintPropertyNode;
+class PropertyTreeState;
+class ScrollPaintPropertyNode;
+class TransformPaintPropertyNode;
} // namespace blink
@@ -30,6 +35,23 @@
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
« 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