From aded6eb5272ccb4f9b90ee529bdb014ffaa59031 Mon Sep 17 00:00:00 2001 From: Tommi Komulainen Date: Tue, 25 Aug 2009 15:05:32 +0000 Subject: browser-plugin: add zoom property Example: plugin.zoom = plugin.zoom * 1.5; --- (limited to 'browser-plugin/scriptable.h') diff --git a/browser-plugin/scriptable.h b/browser-plugin/scriptable.h index 79a9519..cc6ac1c 100644 --- a/browser-plugin/scriptable.h +++ b/browser-plugin/scriptable.h @@ -93,6 +93,7 @@ class ScriptablePluginObject : public ScriptablePluginObjectBase private: NPIdentifier mTitleID; + NPIdentifier mZoomID; NPIdentifier mMagicWrapperID; NPIdentifier mZoomInID; -- cgit v0.9.1