| Index: core/fxge/skia/fx_skia_device_unittest.cpp
|
| diff --git a/core/fxge/skia/fx_skia_device_unittest.cpp b/core/fxge/skia/fx_skia_device_unittest.cpp
|
| index eb7559b5e2348ee3dc435155c25c9caf8dff2ca0..b2f7f6de5f2d40a004229f2a185fdeb7c0c987c4 100644
|
| --- a/core/fxge/skia/fx_skia_device_unittest.cpp
|
| +++ b/core/fxge/skia/fx_skia_device_unittest.cpp
|
| @@ -32,7 +32,7 @@ void EmptyTest(CFX_SkiaDeviceDriver* driver, const State&) {
|
| }
|
|
|
| void CommonTest(CFX_SkiaDeviceDriver* driver, const State& state) {
|
| - FXTEXT_CHARPOS charPos[] = {1, 0, 1, 4, false, {0, 0, 0, 0}, false};
|
| + FXTEXT_CHARPOS charPos[] = {{1, 0, 1, 4, false, {0, 0, 0, 0}, false}};
|
| CFX_Font font;
|
| FX_FLOAT fontSize = 1;
|
| CFX_FontCache cache;
|
|
|