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

Unified Diff: content/renderer/render_widget_fullscreen_pepper.h

Issue 7670008: Fix cursor in fullscreen pepper (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 4 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/renderer/render_widget_fullscreen_pepper.h
diff --git a/content/renderer/render_widget_fullscreen_pepper.h b/content/renderer/render_widget_fullscreen_pepper.h
index 166403414fd5134a632e65ad5efbfcec9585a5fb..932e9c513a487ed7df47b409a087482e23755882 100644
--- a/content/renderer/render_widget_fullscreen_pepper.h
+++ b/content/renderer/render_widget_fullscreen_pepper.h
@@ -35,6 +35,7 @@ class RenderWidgetFullscreenPepper : public RenderWidgetFullscreen,
virtual void InvalidateRect(const WebKit::WebRect& rect);
virtual void ScrollRect(int dx, int dy, const WebKit::WebRect& rect);
virtual void Destroy();
+ virtual void DidChangeCursor(const WebKit::WebCursorInfo& cursor);
virtual webkit::ppapi::PluginDelegate::PlatformContext3D* CreateContext3D();
RendererGLContext* context() const { return context_; }
« no previous file with comments | « no previous file | content/renderer/render_widget_fullscreen_pepper.cc » ('j') | webkit/plugins/ppapi/fullscreen_container.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698