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

Unified Diff: skia/ext/platform_device_linux.cc

Issue 1839113002: Limit manual control of platform painting (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Privatize 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
« no previous file with comments | « skia/ext/platform_device.h ('k') | skia/ext/platform_device_mac.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: skia/ext/platform_device_linux.cc
diff --git a/skia/ext/platform_device_linux.cc b/skia/ext/platform_device_linux.cc
index f72e6148c4e1d82df45172e96ee4cc25310d8fa0..7b40f43f120a0e13c7eb8e0122ad41bf11a6688b 100644
--- a/skia/ext/platform_device_linux.cc
+++ b/skia/ext/platform_device_linux.cc
@@ -10,8 +10,4 @@ PlatformSurface PlatformDevice::BeginPlatformPaint() {
return NULL;
}
-void PlatformDevice::EndPlatformPaint() {
- // We don't need to do anything on Linux here.
-}
-
} // namespace skia
« no previous file with comments | « skia/ext/platform_device.h ('k') | skia/ext/platform_device_mac.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698