| Index: sky/engine/web/linux/WebFontRendering.cpp
|
| diff --git a/sky/engine/web/linux/WebFontRendering.cpp b/sky/engine/web/linux/WebFontRendering.cpp
|
| index 86107b974c28c3546cd0926f628cede8ded97945..4efefe4dff8bbd2495a82eae5c6f4172add497e8 100644
|
| --- a/sky/engine/web/linux/WebFontRendering.cpp
|
| +++ b/sky/engine/web/linux/WebFontRendering.cpp
|
| @@ -28,11 +28,11 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#include "config.h"
|
| -#include "public/web/linux/WebFontRendering.h"
|
| +#include "sky/engine/config.h"
|
| +#include "sky/engine/public/web/linux/WebFontRendering.h"
|
|
|
| -#include "platform/fonts/FontDescription.h"
|
| -#include "platform/fonts/FontPlatformData.h"
|
| +#include "sky/engine/platform/fonts/FontDescription.h"
|
| +#include "sky/engine/platform/fonts/FontPlatformData.h"
|
|
|
| using blink::FontDescription;
|
| using blink::FontPlatformData;
|
|
|