Bug 720144 - Expose methods in robocop to grab the painted surface and to compare pixels. r=jmaher

This commit is contained in:
Kartikaya Gupta
2012-01-30 22:46:13 -05:00
parent 47bd10befe
commit 27d2bd6a6c
8 changed files with 158 additions and 4 deletions

View File

@@ -239,7 +239,7 @@ public class LayerView extends GLSurfaceView
return mRenderer.getMaxTextureSize();
}
/** Used by robocop for testing purposes. Not for production use! */
/** Used by robocop for testing purposes. Not for production use! This is called via reflection by robocop. */
public IntBuffer getPixels() {
return mRenderer.getPixels();
}