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

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

Issue 1250233002: Revert "Update Android Apps to use gradle" (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: presubmit Created 5 years, 5 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
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 167 matching lines...) Expand 10 before | Expand all | Expand 10 after
178 178
179 /////////////////////////////////////////// 179 ///////////////////////////////////////////
180 /////////////// SkEvent impl ////////////// 180 /////////////// SkEvent impl //////////////
181 /////////////////////////////////////////// 181 ///////////////////////////////////////////
182 182
183 void SkEvent::SignalQueueTimer(SkMSec ms) { 183 void SkEvent::SignalQueueTimer(SkMSec ms) {
184 } 184 }
185 185
186 void SkEvent::SignalNonEmptyQueue() { 186 void SkEvent::SignalNonEmptyQueue() {
187 } 187 }
OLDNEW
« no previous file with comments | « platform_tools/android/visualbench/build.xml ('k') | platform_tools/android/visualbench/jni/main.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698