diff options
author | Dan Sinclair <dsinclair@chromium.org> | 2016-03-08 08:57:05 -0500 |
---|---|---|
committer | Dan Sinclair <dsinclair@chromium.org> | 2016-03-08 08:57:05 -0500 |
commit | fffc96359b48ca4ac873dc4a109788750ad87899 (patch) | |
tree | abdb940f083072466624ef56706c10e3c6a06966 /core/src/fxge/skia | |
parent | a44cbb591ec1fb60d6da907db63b69d0b7bd0c39 (diff) | |
download | pdfium-fffc96359b48ca4ac873dc4a109788750ad87899.tar.xz |
Move fx_agg_driver files up one level
The agg driver files are split into src/ and include/ directories. This CL
moves the source files up one level and removes the src/ and include/
directories.
R=tsepez@chromium.org
Review URL: https://codereview.chromium.org/1773593007 .
Diffstat (limited to 'core/src/fxge/skia')
-rw-r--r-- | core/src/fxge/skia/fx_skia_device.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/fxge/skia/fx_skia_device.cpp b/core/src/fxge/skia/fx_skia_device.cpp index 6bfa05f342..9938298c12 100644 --- a/core/src/fxge/skia/fx_skia_device.cpp +++ b/core/src/fxge/skia/fx_skia_device.cpp @@ -7,7 +7,7 @@ #if defined(_SKIA_SUPPORT_) #include "core/include/fxcodec/fx_codec.h" -#include "core/src/fxge/agg/include/fx_agg_driver.h" +#include "core/src/fxge/agg/fx_agg_driver.h" #include "core/src/fxge/skia/fx_skia_device.h" #include "SkCanvas.h" |