| Index: third_party/WebKit/Source/platform/fonts/FontTest.cpp
|
| diff --git a/third_party/WebKit/Source/platform/fonts/FontTest.cpp b/third_party/WebKit/Source/platform/fonts/FontTest.cpp
|
| index 29a0f58d7b27cf66a0170e165d6e8d6883c7cacb..78a19e4b8a0ecba1f9d4738cd33daf1dd1f6fe4f 100644
|
| --- a/third_party/WebKit/Source/platform/fonts/FontTest.cpp
|
| +++ b/third_party/WebKit/Source/platform/fonts/FontTest.cpp
|
| @@ -4,6 +4,7 @@
|
|
|
| #include "platform/fonts/Font.h"
|
|
|
| +#include "platform/graphics/paint/PaintFlags.h"
|
| #include "platform/testing/FontTestHelpers.h"
|
| #include "platform/testing/UnitTestHelpers.h"
|
| #include "platform/text/TextRun.h"
|
| @@ -27,7 +28,7 @@ TEST(FontTest, TextIntercepts) {
|
| 0x70, 0xc9, 0x70, 0xc9};
|
| TextRun ahemAboveBelowBaseline(ahemAboveBelowBaselineString, 9);
|
| TextRunPaintInfo textRunPaintInfo(ahemAboveBelowBaseline);
|
| - SkPaint defaultPaint;
|
| + PaintFlags defaultPaint;
|
| float deviceScaleFactor = 1;
|
|
|
| std::tuple<float, float> belowBaselineBounds = std::make_tuple(2, 4);
|
|
|