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

Unified Diff: third_party/WebKit/Source/platform/testing/PaintPrinters.h

Issue 2299533002: WIP: Construct SPV2's scroll paint property tree (Closed)
Patch Set: Add more paint property builder tests, update comments/documentation" Created 4 years, 3 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/platform/testing/PaintPrinters.h
diff --git a/third_party/WebKit/Source/platform/testing/PaintPrinters.h b/third_party/WebKit/Source/platform/testing/PaintPrinters.h
index 461655dc39ae5f8e0d52e0f29ff3fd71ec964f29..27631ef29801be0ff6a2488bc8aba4b020191852 100644
--- a/third_party/WebKit/Source/platform/testing/PaintPrinters.h
+++ b/third_party/WebKit/Source/platform/testing/PaintPrinters.h
@@ -14,6 +14,7 @@ struct PaintProperties;
class ClipPaintPropertyNode;
class TransformPaintPropertyNode;
class EffectPaintPropertyNode;
+class ScrollPaintPropertyNode;
// GTest print support for platform paint classes.
//
@@ -31,6 +32,7 @@ void PrintTo(const PaintChunk&, std::ostream*);
void PrintTo(const PaintProperties&, std::ostream*);
void PrintTo(const TransformPaintPropertyNode&, std::ostream*);
void PrintTo(const EffectPaintPropertyNode&, std::ostream*);
+void PrintTo(const ScrollPaintPropertyNode&, std::ostream*);
} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698