Index: third_party/WebKit/Source/core/paint/TextPainter.h |
diff --git a/third_party/WebKit/Source/core/paint/TextPainter.h b/third_party/WebKit/Source/core/paint/TextPainter.h |
index 92b1ea7382e35e2aedb97f242d08b4ab091ab78e..b2c2316cf90b734a3064e54476d35d274cf48183 100644 |
--- a/third_party/WebKit/Source/core/paint/TextPainter.h |
+++ b/third_party/WebKit/Source/core/paint/TextPainter.h |
@@ -67,6 +67,7 @@ public: |
}; |
static Style textPaintingStyle(LineLayoutItem, const ComputedStyle&, const PaintInfo&); |
static Style selectionPaintingStyle(LineLayoutItem, bool haveSelection, const PaintInfo&, const Style& textStyle); |
+ static Color textColorForWhiteBackground(Color); |
enum RotationDirection { Counterclockwise, Clockwise }; |
static AffineTransform rotation(const LayoutRect& boxRect, RotationDirection); |