Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / content / public / browser / browser_plugin_guest_delegate.h
index c0d2ded..940ffd9 100644 (file)
@@ -47,6 +47,9 @@ class CONTENT_EXPORT BrowserPluginGuestDelegate {
 
   virtual bool HandleKeyboardEvent(const NativeWebKeyboardEvent& event);
 
+  // Requests setting the zoom level to the provided |zoom_level|.
+  virtual void SetZoom(double zoom_factor) {}
+
   virtual bool IsDragAndDropEnabled();
 
   // Returns whether the user agent for the guest is being overridden.