Fix a number of issues with iOS build.
authorjvanverth <jvanverth@google.com>
Wed, 11 Jun 2014 20:59:22 +0000 (13:59 -0700)
committerCommit bot <commit-bot@chromium.org>
Wed, 11 Jun 2014 20:59:22 +0000 (13:59 -0700)
commit66c9582d1bed717d72c9d3f789f761cb08e28264
tree52d1799bb6ae95efb60aa35b69d497452b2c577e
parent72abfc2b4e7caead660f6b6a05e60d05eaf1a66f
Fix a number of issues with iOS build.

Set pointer to root view in window (for SampleApp)
Set up the correct function pointer for GL multisampling
Remove use of SkBitmap::setConfig()
Remove incomplete iOS implementation of SkFILE (use SkOSFile for now)

R=caryclark@google.com, reed@google.com, bsalomon@google.com, tfarina@chromium.org

Author: jvanverth@google.com

Review URL: https://codereview.chromium.org/322403007
experimental/iOSSampleApp/iPad/AppDelegate_iPad.mm
experimental/iOSSampleApp/iPhone/AppDelegate_iPhone.mm
gyp/SampleApp.gyp
src/gpu/gl/iOS/GrGLCreateNativeInterface_iOS.cpp
src/utils/ios/SkImageDecoder_iOS.mm