зеркало из https://github.com/mozilla/moz-skia.git
Upstream clank: fix build on platforms (Clang/ARM) that don't support 'optimize'
http://codereview.appspot.com/6496082/ git-svn-id: http://skia.googlecode.com/svn/trunk@5385 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
Родитель
202a51b335
Коммит
26a4d352e5
|
@ -1,4 +1,3 @@
|
|||
|
||||
/*
|
||||
* Copyright 2009 The Android Open Source Project
|
||||
*
|
||||
|
@ -9,6 +8,7 @@
|
|||
|
||||
#include "SkBitmapProcState.h"
|
||||
#include "SkColorPriv.h"
|
||||
#include "SkTypes.h"
|
||||
#include "SkUtils.h"
|
||||
|
||||
#if SK_ARM_ARCH >= 6 && !defined(SK_CPU_BENDIAN)
|
||||
|
|
Загрузка…
Ссылка в новой задаче