| Index: sky/engine/platform/graphics/DisplayList.cpp
|
| diff --git a/sky/engine/platform/graphics/DisplayList.cpp b/sky/engine/platform/graphics/DisplayList.cpp
|
| index 1b76b1997aba285ba8f6214af2ccfa40397d1cc6..36093966243c9071b516271250f2b46a77fe9d87 100644
|
| --- a/sky/engine/platform/graphics/DisplayList.cpp
|
| +++ b/sky/engine/platform/graphics/DisplayList.cpp
|
| @@ -28,13 +28,13 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#include "config.h"
|
| -#include "platform/graphics/DisplayList.h"
|
| +#include "sky/engine/config.h"
|
| +#include "sky/engine/platform/graphics/DisplayList.h"
|
|
|
| -#include "platform/geometry/IntSize.h"
|
| +#include "sky/engine/platform/geometry/IntSize.h"
|
| +#include "sky/engine/wtf/PassOwnPtr.h"
|
| #include "third_party/skia/include/core/SkPicture.h"
|
| #include "third_party/skia/include/core/SkPictureRecorder.h"
|
| -#include "wtf/PassOwnPtr.h"
|
|
|
| namespace blink {
|
|
|
|
|