Index: core/fxge/skia/fx_skia_device.cpp |
diff --git a/core/src/fxge/skia/fx_skia_device.cpp b/core/fxge/skia/fx_skia_device.cpp |
similarity index 98% |
rename from core/src/fxge/skia/fx_skia_device.cpp |
rename to core/fxge/skia/fx_skia_device.cpp |
index 9938298c12b70b2a03ccbd70ffaa1b98cb36b1bf..10eebe496c3d41e0ff9f17cc03a3ff2149e3867d 100644 |
--- a/core/src/fxge/skia/fx_skia_device.cpp |
+++ b/core/fxge/skia/fx_skia_device.cpp |
@@ -7,8 +7,8 @@ |
#if defined(_SKIA_SUPPORT_) |
#include "core/include/fxcodec/fx_codec.h" |
-#include "core/src/fxge/agg/fx_agg_driver.h" |
-#include "core/src/fxge/skia/fx_skia_device.h" |
+#include "core/fxge/agg/fx_agg_driver.h" |
+#include "core/fxge/skia/fx_skia_device.h" |
#include "SkCanvas.h" |
#include "SkDashPathEffect.h" |
@@ -92,9 +92,8 @@ void CFX_SkiaDeviceDriver::PaintStroke(SkPaint* spaint, |
intervals[i * 2] = on; |
intervals[i * 2 + 1] = off; |
} |
- spaint |
- ->setPathEffect(SkDashPathEffect::Create(intervals, count * 2, |
- pGraphState->m_DashPhase)) |
+ spaint->setPathEffect(SkDashPathEffect::Create(intervals, count * 2, |
+ pGraphState->m_DashPhase)) |
->unref(); |
} |
spaint->setStyle(SkPaint::kStroke_Style); |