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

Unified Diff: content/public/browser/render_widget_host.h

Issue 12212057: [Autofill] Add ability to load Risk fingerprint data in AutofillDialogControllerImpl. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Mock harder Created 7 years, 10 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
« no previous file with comments | « content/browser/renderer_host/render_widget_host_impl.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/browser/render_widget_host.h
diff --git a/content/public/browser/render_widget_host.h b/content/public/browser/render_widget_host.h
index 7e876a9976363ed27ddb7670b5ea78485f67a823..113477a4a2cf000f57e63292b1ccac7c476dea85 100644
--- a/content/public/browser/render_widget_host.h
+++ b/content/public/browser/render_widget_host.h
@@ -28,6 +28,10 @@ namespace gfx {
class Rect;
}
+namespace WebKit {
+struct WebScreenInfo;
+}
+
namespace content {
class RenderProcessHost;
@@ -277,6 +281,9 @@ class CONTENT_EXPORT RenderWidgetHost : public IPC::Sender {
// Remove a keyboard listener.
virtual void RemoveKeyboardListener(KeyboardListener* listener) = 0;
+ // Get the screen info corresponding to this render widget.
+ virtual void GetWebScreenInfo(WebKit::WebScreenInfo* result) = 0;
+
protected:
friend class RenderWidgetHostImpl;
« no previous file with comments | « content/browser/renderer_host/render_widget_host_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698