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

Unified Diff: src/views/mac/SkSampleNSView.mm

Issue 633923002: explicitly delete our c++ window on quit (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 6 years, 2 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 | « src/views/mac/SkNSView.mm ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/views/mac/SkSampleNSView.mm
diff --git a/src/views/mac/SkSampleNSView.mm b/src/views/mac/SkSampleNSView.mm
index ce5f8aab0a0b24546bdb9fa0b809deb6d5624f29..7c0fc5907be9828e1d13402af32f71cca5dbc3e5 100644
--- a/src/views/mac/SkSampleNSView.mm
+++ b/src/views/mac/SkSampleNSView.mm
@@ -18,11 +18,6 @@
return self;
}
-- (void)dealloc {
- delete fWind;
- [super dealloc];
-}
-
- (void)swipeWithEvent:(NSEvent *)event {
CGFloat x = [event deltaX];
if (x < 0)
« no previous file with comments | « src/views/mac/SkNSView.mm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698