commit | 1bc5ab625c5ca84a3e0f240b58327d8084af22a8 | [log] [tgz] |
---|---|---|
author | Derek Sollenberger <djsollen@google.com> | Thu Jan 14 11:44:37 2010 -0500 |
committer | Derek Sollenberger <djsollen@google.com> | Thu Jan 14 14:06:50 2010 -0500 |
tree | 80fd2fa3b205327ce92b052852d8e7a6e637d817 | |
parent | d53b56d1806161bd26c2d97b9af67ef0e41f6e25 [diff] [blame] |
Adding a new sub-plugin that gives visual feedback for navigation keys.
diff --git a/samples/BrowserPlugin/jni/PluginObject.h b/samples/BrowserPlugin/jni/PluginObject.h index e8084ef..0ebed28 100644 --- a/samples/BrowserPlugin/jni/PluginObject.h +++ b/samples/BrowserPlugin/jni/PluginObject.h
@@ -80,6 +80,7 @@ kText_PluginType = 5, kPaint_PluginType = 6, kVideo_PluginType = 7, + kNavigation_PluginType = 8, }; typedef uint32_t PluginType;