Fix include paths in libtxt to prepare for upcoming Skia build change (flutter/engine#8723)

* Fix include paths in libtxt to prepare for upcoming Skia build change

Red test results are due to a different change. This PR fixes compile issues on the Skia side, and ensures that the next Skia -> Flutter roll can land properly.
This commit is contained in:
Brian Osman 2019-04-24 13:50:21 -04:00 committed by GitHub
parent 39e920cd1a
commit 12ca8453a3
2 changed files with 3 additions and 3 deletions

View File

@ -15,7 +15,7 @@
*/
#include "font_skia.h"
#include "SkFont.h"
#include "third_party/skia/include/core/SkFont.h"
#include <minikin/MinikinFont.h>

View File

@ -14,10 +14,10 @@
* limitations under the License.
*/
#include <SkPaint.h>
#include <SkTypeface.h>
#include <minikin/MinikinFont.h>
#include "flutter/fml/macros.h"
#include "third_party/skia/include/core/SkPaint.h"
#include "third_party/skia/include/core/SkTypeface.h"
namespace txt {