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

Side by Side Diff: platform_tools/android/apps/visualbench/src/main/jni/SkOSWindow_AndroidNative.cpp

Issue 1547923002: SampleApp: remove SkWindow::onPDFSaved, it does not work (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: rebase Created 4 years, 11 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 | « platform_tools/android/apps/sample_app/src/main/res/values/strings.xml ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* 1 /*
2 * Copyright 2015 Google Inc. 2 * Copyright 2015 Google Inc.
3 * 3 *
4 * Use of this source code is governed by a BSD-style license that can be 4 * Use of this source code is governed by a BSD-style license that can be
5 * found in the LICENSE file. 5 * found in the LICENSE file.
6 */ 6 */
7 7
8 #include "SkOSWindow_Android.h" 8 #include "SkOSWindow_Android.h"
9 9
10 #include <GLES/gl.h> 10 #include <GLES/gl.h>
(...skipping 170 matching lines...) Expand 10 before | Expand all | Expand 10 after
181 eglSwapInterval(fWindow.fDisplay, swapInterval); 181 eglSwapInterval(fWindow.fDisplay, swapInterval);
182 } 182 }
183 } 183 }
184 184
185 void SkOSWindow::onSetTitle(const char title[]) { 185 void SkOSWindow::onSetTitle(const char title[]) {
186 } 186 }
187 187
188 void SkOSWindow::onHandleInval(const SkIRect& rect) { 188 void SkOSWindow::onHandleInval(const SkIRect& rect) {
189 } 189 }
190 190
191 void SkOSWindow::onPDFSaved(const char title[], const char desc[], const char pa th[]) {
192 }
193
194 /////////////////////////////////////////// 191 ///////////////////////////////////////////
195 /////////////// SkEvent impl ////////////// 192 /////////////// SkEvent impl //////////////
196 /////////////////////////////////////////// 193 ///////////////////////////////////////////
197 194
198 void SkEvent::SignalQueueTimer(SkMSec ms) { 195 void SkEvent::SignalQueueTimer(SkMSec ms) {
199 } 196 }
200 197
201 void SkEvent::SignalNonEmptyQueue() { 198 void SkEvent::SignalNonEmptyQueue() {
202 } 199 }
OLDNEW
« no previous file with comments | « platform_tools/android/apps/sample_app/src/main/res/values/strings.xml ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698