зеркало из https://github.com/mozilla/moz-skia.git
Correction of Windows SampleApp build break introduced by r925.
(http://code.google.com/p/skia/source/detail?r=925) Issue: http://codereview.appspot.com/4286053/ git-svn-id: http://skia.googlecode.com/svn/trunk@933 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
Родитель
ea2333de1e
Коммит
06c3b6bfd5
|
@ -41,7 +41,7 @@ SkViewRegister::SkViewRegister(SkViewFactory fact) : fFact(fact) {
|
|||
#define SK_USE_SHADERS
|
||||
#endif
|
||||
|
||||
#if 1
|
||||
#ifdef SK_BUILD_FOR_MAC
|
||||
#include <CoreFoundation/CoreFoundation.h>
|
||||
#include <CoreFoundation/CFURLAccess.h>
|
||||
|
||||
|
@ -349,7 +349,9 @@ SampleWindow::SampleWindow(void* hwnd) : INHERITED(hwnd) {
|
|||
fCurrIndex = 0;
|
||||
this->loadView(fSamples[fCurrIndex]());
|
||||
|
||||
#ifdef SK_BUILD_FOR_MAC
|
||||
testpdf();
|
||||
#endif
|
||||
}
|
||||
|
||||
SampleWindow::~SampleWindow() {
|
||||
|
|
Загрузка…
Ссылка в новой задаче