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

Unified Diff: skia/ext/platform_device_mac.cc

Issue 1839113002: Limit manual control of platform painting (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Review Created 4 years, 9 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_mac.cc
diff --git a/skia/ext/platform_device_mac.cc b/skia/ext/platform_device_mac.cc
index 5e78ad514fca286e7199c11a0fa2a2f64302a52c..0cd841ada10cb017bed16abba4a2c40ef0cc7726 100644
--- a/skia/ext/platform_device_mac.cc
+++ b/skia/ext/platform_device_mac.cc
@@ -10,8 +10,4 @@ CGContextRef PlatformDevice::BeginPlatformPaint() {
return GetBitmapContext();
}
-void PlatformDevice::EndPlatformPaint() {
- // Flushing will be done in onAccessBitmap.
-}
-
} // namespace skia

Powered by Google App Engine
This is Rietveld 408576698