| OLD | NEW |
| 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 Loading... |
| 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 } |
| OLD | NEW |