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

Side by Side Diff: platform_tools/android/apps/sample_app/src/main/java/com/skia/SkiaSampleRenderer.java

Issue 1215023017: Update Android Apps to use gradle (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: onlyIf 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 2012 Google Inc. 2 * Copyright 2012 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 package com.skia; 8 package com.skia;
9 9
10 import android.opengl.GLSurfaceView; 10 import android.opengl.GLSurfaceView;
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
104 native void toggleRenderingMode(); 104 native void toggleRenderingMode();
105 native void toggleSlideshow(); 105 native void toggleSlideshow();
106 native void toggleFPS(); 106 native void toggleFPS();
107 native void toggleTiling(); 107 native void toggleTiling();
108 native void toggleBBox(); 108 native void toggleBBox();
109 native void processSkEvent(); 109 native void processSkEvent();
110 native void serviceQueueTimer(); 110 native void serviceQueueTimer();
111 native void saveToPDF(); 111 native void saveToPDF();
112 native void postInval(); 112 native void postInval();
113 } 113 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698