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

Unified Diff: skia/ext/skia_utils_mac.h

Issue 344793003: Stop using (deprecated) getTotalClip (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: account for clip_bounds offset Created 6 years, 6 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
« no previous file with comments | « no previous file | skia/ext/skia_utils_mac.mm » ('j') | skia/ext/skia_utils_mac.mm » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: skia/ext/skia_utils_mac.h
diff --git a/skia/ext/skia_utils_mac.h b/skia/ext/skia_utils_mac.h
index fd000f3543dd5a22e8ced1b227e5bfad3cf0d21f..6a0efdebfab60b78999e51e845cbf936b49e0e5a 100644
--- a/skia/ext/skia_utils_mac.h
+++ b/skia/ext/skia_utils_mac.h
@@ -117,6 +117,7 @@ class SK_API SkiaBitLocker {
SkCanvas* canvas_;
CGContextRef cgContext_;
SkBitmap bitmap_;
+ SkIPoint bitmapOffset_;
bool useDeviceBits_;
};
« no previous file with comments | « no previous file | skia/ext/skia_utils_mac.mm » ('j') | skia/ext/skia_utils_mac.mm » ('J')

Powered by Google App Engine
This is Rietveld 408576698