diff options
Diffstat (limited to 'chrome_frame/chrome_frame_automation.cc')
-rw-r--r-- | chrome_frame/chrome_frame_automation.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome_frame/chrome_frame_automation.cc b/chrome_frame/chrome_frame_automation.cc index 61f6ce1..4f6c57c 100644 --- a/chrome_frame/chrome_frame_automation.cc +++ b/chrome_frame/chrome_frame_automation.cc @@ -1210,7 +1210,7 @@ void ChromeFrameAutomationClient::SetUrlFetcher( url_fetcher_->set_delegate(this); } -void ChromeFrameAutomationClient::SetZoomLevel(PageZoom::Function zoom_level) { +void ChromeFrameAutomationClient::SetZoomLevel(content::PageZoom zoom_level) { if (automation_server_) { automation_server_->Send(new AutomationMsg_SetZoomLevel(tab_handle_, zoom_level)); |