Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(186)

Unified Diff: core/fxge/skia/fx_skia_device.cpp

Issue 1800523005: Move core/src/ up to core/. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « core/fxge/skia/fx_skia_device.h ('k') | core/fxge/win32/dwrite_int.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « core/fxge/skia/fx_skia_device.h ('k') | core/fxge/win32/dwrite_int.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698