commit | 7364d2bc453a88133c65777b38003f05361135dd | [log] [tgz] |
---|---|---|
author | Derek Sollenberger <djsollen@google.com> | Mon Mar 01 08:18:02 2010 -0500 |
committer | Derek Sollenberger <djsollen@google.com> | Mon Mar 01 09:35:49 2010 -0500 |
tree | 9e1eb1dd5b4c18e7fb4781547e481ba0b7d2bd72 | |
parent | 5b6741451725eca6774a0030e19daf186d5c102e [diff] [blame] |
Add full-screen option to the sample paint plugin.
diff --git a/samples/BrowserPlugin/jni/paint/PaintPlugin.h b/samples/BrowserPlugin/jni/paint/PaintPlugin.h index 4867a70..035e51b 100644 --- a/samples/BrowserPlugin/jni/paint/PaintPlugin.h +++ b/samples/BrowserPlugin/jni/paint/PaintPlugin.h
@@ -58,6 +58,7 @@ ANPRectF m_drawingSurface; ANPRectF m_inputToggle; ANPRectF m_colorToggle; + ANPRectF m_fullScreenToggle; ANPRectF m_clearSurface; ANPPaint* m_paintSurface;