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

Unified Diff: chrome/renderer/render_widget_fullscreen_pepper.cc

Issue 4365001: Use optimized scrolling for pepper plugins. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 10 years, 1 month 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/render_widget_fullscreen_pepper.cc
===================================================================
--- chrome/renderer/render_widget_fullscreen_pepper.cc (revision 64839)
+++ chrome/renderer/render_widget_fullscreen_pepper.cc (working copy)
@@ -145,6 +145,10 @@
widget_->didInvalidateRect(rect);
}
+ virtual void ScrollRect(int dx, int dy, const WebKit::WebRect& rect) {
+ widget_->didScrollRect(dx, dy, rect);
+ }
+
virtual void Destroy() {
widget_->SendClose();
}
« no previous file with comments | « no previous file | webkit/glue/plugins/pepper_fullscreen_container.h » ('j') | webkit/glue/plugins/pepper_plugin_instance.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698