Index: experimental/iOSSampleApp/SkSampleUIView.h |
=================================================================== |
--- experimental/iOSSampleApp/SkSampleUIView.h (revision 5253) |
+++ experimental/iOSSampleApp/SkSampleUIView.h (working copy) |
@@ -15,7 +15,7 @@ |
@interface SkSampleUIView : SkUIView { |
BOOL fRedrawRequestPending; |
- |
+ |
struct { |
EAGLContext* fContext; |
GLuint fRenderbuffer; |
@@ -24,11 +24,11 @@ |
GLint fWidth; |
GLint fHeight; |
} fGL; |
- |
+ |
NSString* fTitle; |
CALayer* fRasterLayer; |
CAEAGLLayer* fGLLayer; |
- |
+ |
FPSState* fFPSState; |
SkiOSDeviceManager* fDevManager; |
} |
Property changes on: experimental/iOSSampleApp/SkSampleUIView.h |
___________________________________________________________________ |
Added: svn:eol-style |
+ LF |