Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(200)

Unified Diff: chrome/renderer/autofill/autofill_agent.h

Issue 10218001: Add ZoomLevelChanged and DidChangeScrollOffset to RenderViewObserver (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/renderer/autofill/autofill_agent.h
diff --git a/chrome/renderer/autofill/autofill_agent.h b/chrome/renderer/autofill/autofill_agent.h
index f9b0364fc464ec55485f2bc1e8d2433d7ffa459c..51c72aee64616c29f81d9b6382116f50e50bdf2f 100644
--- a/chrome/renderer/autofill/autofill_agent.h
+++ b/chrome/renderer/autofill/autofill_agent.h
@@ -27,6 +27,7 @@ struct FormField;
}
namespace WebKit {
+class WebMouseWheelEvent;
class WebNode;
}
@@ -65,6 +66,8 @@ class AutofillAgent : public content::RenderViewObserver,
virtual void FrameWillClose(WebKit::WebFrame* frame) OVERRIDE;
virtual void WillSubmitForm(WebKit::WebFrame* frame,
const WebKit::WebFormElement& form) OVERRIDE;
+ virtual void DidHandleWheelEvent(const WebKit::WebMouseWheelEvent& event)
+ OVERRIDE;
// PageClickListener:
virtual bool InputElementClicked(const WebKit::WebInputElement& element,
« no previous file with comments | « no previous file | chrome/renderer/autofill/autofill_agent.cc » ('j') | chrome/renderer/autofill/autofill_agent.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698