| commit | f3493f0e1f92a8a284adb93ecbf350401e1c7423 | [log] [tgz] |
|---|---|---|
| author | yangsu@google.com <yangsu@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Mon Aug 08 15:12:05 2011 +0000 |
| committer | yangsu@google.com <yangsu@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Mon Aug 08 15:12:05 2011 +0000 |
| tree | 6a2e7b99bbcbf566b184b8789c4452ee175f9ff1 | |
| parent | 0168afc7196fe82da8af230c93c56f3035d54d2b [diff] [blame] |
iOS/Cocoa SampleApp, Drawingboard, and Networking updates http://codereview.appspot.com/4843041/ http://codereview.appspot.com/4826061/ http://codereview.appspot.com/4832044/ http://codereview.appspot.com/4798055/ git-svn-id: http://skia.googlecode.com/svn/trunk@2058 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/experimental/iOSSampleApp/Shared/SkUIView.h b/experimental/iOSSampleApp/Shared/SkUIView.h index 76d660d..49f7e16 100644 --- a/experimental/iOSSampleApp/Shared/SkUIView.h +++ b/experimental/iOSSampleApp/Shared/SkUIView.h
@@ -15,7 +15,8 @@ #include "SkMatrix.h" #include "FlingState.h" #include "SampleApp.h" -#include "SkiOSDeviceManager.h" + +class SkiOSDeviceManager; class SkOSWindow; class SkEvent; struct FPSState; @@ -30,7 +31,7 @@ @interface SkUIView : UIView { BOOL fRedrawRequestPending; - + struct { EAGLContext* fContext; GLuint fRenderbuffer;