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

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

Issue 1397583002: Implement the framework for a paint property hierarchy (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Job insecurity: better tests, better comments, better names. Created 5 years, 2 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 31f7ddcc41b7d2ed9198817fd91d7655c24a5b2a..34c88ef8351b3be228d4d70c42424f782ba390a6 100644
--- a/third_party/WebKit/Source/platform/testing/PaintPrinters.h
+++ b/third_party/WebKit/Source/platform/testing/PaintPrinters.h
@@ -11,6 +11,7 @@ namespace blink {
struct PaintChunk;
struct PaintProperties;
+class TransformPaintPropertyNode;
// GTest print support for platform paint classes.
//
@@ -25,6 +26,7 @@ struct PaintProperties;
// your unit test binary.
void PrintTo(const PaintChunk&, std::ostream*);
void PrintTo(const PaintProperties&, std::ostream*);
+void PrintTo(const TransformPaintPropertyNode&, std::ostream*);
} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698