Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(921)

Side by Side Diff: samplecode/SampleApp.h

Issue 2394843003: Fix iOS surface creation for SampleApp (Closed)
Patch Set: Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « include/views/SkWindow.h ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* 1 /*
2 * Copyright 2011 Skia 2 * Copyright 2011 Skia
3 * 3 *
4 * Use of this source code is governed by a BSD-style license that can be 4 * Use of this source code is governed by a BSD-style license that can be
5 * found in the LICENSE file. 5 * found in the LICENSE file.
6 */ 6 */
7 7
8 #ifndef SampleApp_DEFINED 8 #ifndef SampleApp_DEFINED
9 #define SampleApp_DEFINED 9 #define SampleApp_DEFINED
10 10
11 #include "SkOSMenu.h" 11 #include "SkOSMenu.h"
12 #include "SkPath.h" 12 #include "SkPath.h"
13 #include "SkPicture.h" 13 #include "SkPicture.h"
14 #include "SkPictureRecorder.h" 14 #include "SkPictureRecorder.h"
15 #include "SkScalar.h" 15 #include "SkScalar.h"
16 #include "SkStream.h" 16 #include "SkStream.h"
17 #include "SkSurface.h"
17 #include "SkTDArray.h" 18 #include "SkTDArray.h"
18 #include "SkTouchGesture.h" 19 #include "SkTouchGesture.h"
19 #include "SkWindow.h" 20 #include "SkWindow.h"
20 #include "timer/Timer.h" 21 #include "timer/Timer.h"
21 22
22 #include "SkPipe.h" 23 #include "SkPipe.h"
23 24
24 class GrContext; 25 class GrContext;
25 class GrRenderTarget; 26 class GrRenderTarget;
26 27
(...skipping 215 matching lines...) Expand 10 before | Expand all | Expand 10 after
242 void postAnimatingEvent(); 243 void postAnimatingEvent();
243 int findByTitle(const char*); 244 int findByTitle(const char*);
244 void listTitles(); 245 void listTitles();
245 SkSize tileSize() const; 246 SkSize tileSize() const;
246 bool sendAnimatePulse(); 247 bool sendAnimatePulse();
247 248
248 typedef SkOSWindow INHERITED; 249 typedef SkOSWindow INHERITED;
249 }; 250 };
250 251
251 #endif 252 #endif
OLDNEW
« no previous file with comments | « include/views/SkWindow.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698