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:
twiz@google.com 2011-03-14 16:58:39 +00:00
parent ea2333de1e
commit 06c3b6bfd5

View File

@ -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() {