summaryrefslogtreecommitdiff
path: root/Source/WebKit/chromium/tests/PlatformContextSkiaTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebKit/chromium/tests/PlatformContextSkiaTest.cpp')
-rw-r--r--Source/WebKit/chromium/tests/PlatformContextSkiaTest.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/WebKit/chromium/tests/PlatformContextSkiaTest.cpp b/Source/WebKit/chromium/tests/PlatformContextSkiaTest.cpp
index 721f1fabb..eb2c07512 100644
--- a/Source/WebKit/chromium/tests/PlatformContextSkiaTest.cpp
+++ b/Source/WebKit/chromium/tests/PlatformContextSkiaTest.cpp
@@ -724,7 +724,7 @@ TEST(PlatformContextSkiaTest, UnboundedDrawsAreClipped)
context.setStrokeStyle(SolidStroke);
// Make skia unable to compute fast bounds for our paths.
- Vector<float> dashArray;
+ DashArray dashArray;
dashArray.append(1);
dashArray.append(0);
context.setLineDash(dashArray, 0);
@@ -771,7 +771,7 @@ TEST(PlatformContextSkiaTest, PreserveOpaqueOnlyMattersForFirstLayer)
context.setStrokeStyle(SolidStroke);
// Make skia unable to compute fast bounds for our paths.
- Vector<float> dashArray;
+ DashArray dashArray;
dashArray.append(1);
dashArray.append(0);
context.setLineDash(dashArray, 0);