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

Side by Side Diff: src/views/ios/SkOSWindow_iOS.mm

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 unified diff | Download patch
« no previous file with comments | « src/utils/win/SkDWriteFontFileStream.cpp ('k') | src/views/mac/SkOSWindow_Mac.mm » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /*
2 * Copyright 2016 Google Inc.
3 *
4 * Use of this source code is governed by a BSD-style license that can be
5 * found in the LICENSE file.
6 */
7
1 #import <UIKit/UIKit.h> 8 #import <UIKit/UIKit.h>
2 #include "SkCanvas.h" 9 #include "SkCanvas.h"
3 #include "SkGraphics.h" 10 #include "SkGraphics.h"
4 #import "SkEventNotifier.h" 11 #import "SkEventNotifier.h"
5 #include "SkOSMenu.h" 12 #include "SkOSMenu.h"
6 #include "SkTime.h" 13 #include "SkTime.h"
7 #include "SkTypes.h" 14 #include "SkTypes.h"
8 #import "SkUIView.h" 15 #import "SkUIView.h"
9 #include "SkWindow.h" 16 #include "SkWindow.h"
10 17
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
51 } 58 }
52 59
53 bool SkOSWindow::attach(SkBackEndTypes /* attachType */, 60 bool SkOSWindow::attach(SkBackEndTypes /* attachType */,
54 int /* msaaSampleCount */, 61 int /* msaaSampleCount */,
55 AttachmentInfo* info) { 62 AttachmentInfo* info) {
56 [(SkUIView*)fHWND getAttachmentInfo:info]; 63 [(SkUIView*)fHWND getAttachmentInfo:info];
57 bool success = true; 64 bool success = true;
58 return success; 65 return success;
59 } 66 }
60 67
61 void SkOSWindow::detach() {} 68 void SkOSWindow::release() {}
62 69
63 void SkOSWindow::present() { 70 void SkOSWindow::present() {
64 } 71 }
OLDNEW
« no previous file with comments | « src/utils/win/SkDWriteFontFileStream.cpp ('k') | src/views/mac/SkOSWindow_Mac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698