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

Unified Diff: skia/ext/platform_device.h

Issue 10806077: Upstream the rest of skia diff (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Init Created 8 years, 5 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 side-by-side diff with in-line comments
Download patch
Index: skia/ext/platform_device.h
diff --git a/skia/ext/platform_device.h b/skia/ext/platform_device.h
index dc1655a2f053793779a0370c42b8b82fb67b0e83..68eb8196b7dd1ef40a576f68c0c20e5d07051815 100644
--- a/skia/ext/platform_device.h
+++ b/skia/ext/platform_device.h
@@ -47,7 +47,7 @@ typedef CGRect PlatformRect;
#elif defined(ANDROID)
// TODO(tonyg): FIX TYPES!
Yaron 2012/07/24 01:12:47 Remove TODO. Also, copy the rest of downstream dif
Nico 2012/07/24 01:20:27 Will PlatformSurface remain a void*?
michaelbai 2012/07/24 01:37:47 Yes On 2012/07/24 01:20:27, Nico wrote:
michaelbai 2012/07/24 01:37:47 Done.
typedef void* PlatformSurface;
-typedef void* PlatformRect;
+typedef SkIRect* PlatformRect;
#endif
// The following routines provide accessor points for the functionality

Powered by Google App Engine
This is Rietveld 408576698