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

Unified Diff: include/views/SkOSWindow_iOS.h

Issue 1809733002: detach -> release (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: (C) 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: include/views/SkOSWindow_iOS.h
diff --git a/include/views/SkOSWindow_iOS.h b/include/views/SkOSWindow_iOS.h
index 071d6db18cf66bc233c763bf04498b9375bdf462..5a8b2e3d2f99c86d4092c8523d82ac65a1a341bc 100644
--- a/include/views/SkOSWindow_iOS.h
+++ b/include/views/SkOSWindow_iOS.h
@@ -21,7 +21,7 @@ public:
kNativeGL_BackEndType,
};
- void detach();
+ void release();
bool attach(SkBackEndTypes attachType, int msaaSampleCount, AttachmentInfo*);
void present();
« no previous file with comments | « include/views/SkOSWindow_Win.h ('k') | platform_tools/android/apps/sample_app/src/main/jni/com_skia_SkiaSampleRenderer.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698