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

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

Issue 2690323002: Make Interaction Media Features MQ dynamic on Windows. (Closed)
Patch Set: Added Trace Created 3 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: content/public/browser/render_view_host.h
diff --git a/content/public/browser/render_view_host.h b/content/public/browser/render_view_host.h
index 96012bdb767e7cd3000bbe3b8a81d27d65e8a20b..30ab69685ff7865ab6090bbc3a8f795fa41e9b01 100644
--- a/content/public/browser/render_view_host.h
+++ b/content/public/browser/render_view_host.h
@@ -148,6 +148,10 @@ class CONTENT_EXPORT RenderViewHost : public IPC::Sender {
// Passes a list of Webkit preferences to the renderer.
virtual void UpdateWebkitPreferences(const WebPreferences& prefs) = 0;
+ // Returns true if current input device features are different from the values
+ // stored in WebKit preferences.
+ virtual bool InputDeviceFeaturesChanged() = 0;
+
// Notify the render view host to select the word around the caret.
virtual void SelectWordAroundCaret() = 0;

Powered by Google App Engine
This is Rietveld 408576698