Add zoom support (issue #116).

git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@167 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
This commit is contained in:
Marshall Greenblatt
2011-01-25 15:34:50 +00:00
parent 8420cbbff1
commit c9b8e88dd9
14 changed files with 202 additions and 2 deletions

View File

@@ -49,6 +49,8 @@ public:
virtual void Find(int identifier, const CefString& searchText, bool forward,
bool matchCase, bool findNext);
virtual void StopFinding(bool clearSelection);
virtual double GetZoomLevel();
virtual void SetZoomLevel(double zoomLevel);
};
#endif // USING_CEF_SHARED