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

Unified Diff: content/renderer/pepper/pepper_plugin_instance_impl.h

Issue 2551493002: Don't request wheel or touch events when the view of pepper has no area. (Closed)
Patch Set: Rename method Created 4 years 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 | « no previous file | content/renderer/pepper/pepper_plugin_instance_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/pepper/pepper_plugin_instance_impl.h
diff --git a/content/renderer/pepper/pepper_plugin_instance_impl.h b/content/renderer/pepper/pepper_plugin_instance_impl.h
index 213c81262a0e64b0c91b9fb70f0a1ddc6e98c3c0..2542a91a7fee28fccd226e3eb6f5fed4e8fc8ac1 100644
--- a/content/renderer/pepper/pepper_plugin_instance_impl.h
+++ b/content/renderer/pepper/pepper_plugin_instance_impl.h
@@ -633,9 +633,7 @@ class CONTENT_EXPORT PepperPluginInstanceImpl
void SendFocusChangeNotification();
void UpdateTouchEventRequest();
-
- // Returns true if the plugin has registered to accept wheel events.
- bool IsAcceptingWheelEvents() const;
+ void UpdateWheelEventRequest();
void ScheduleAsyncDidChangeView();
void SendAsyncDidChangeView();
« no previous file with comments | « no previous file | content/renderer/pepper/pepper_plugin_instance_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698