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

Unified Diff: content/browser/renderer_host/render_widget_host_delegate.h

Issue 63253002: Rename WebKit namespace to blink (part 3) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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: content/browser/renderer_host/render_widget_host_delegate.h
diff --git a/content/browser/renderer_host/render_widget_host_delegate.h b/content/browser/renderer_host/render_widget_host_delegate.h
index 9e8d36ea092358c9f931b08910a71ce22a6656b5..22f5a19a48984a4ce3047da4d09556a0ec93b01a 100644
--- a/content/browser/renderer_host/render_widget_host_delegate.h
+++ b/content/browser/renderer_host/render_widget_host_delegate.h
@@ -9,7 +9,7 @@
#include "content/common/content_export.h"
#include "ui/gfx/native_widget_types.h"
-namespace WebKit {
+namespace blink {
class WebMouseWheelEvent;
}
@@ -44,7 +44,7 @@ class CONTENT_EXPORT RenderWidgetHostDelegate {
// Callback to give the browser a chance to handle the specified mouse wheel
// event before sending it to the renderer.
// Returns true if the |event| was handled.
- virtual bool PreHandleWheelEvent(const WebKit::WebMouseWheelEvent& event);
+ virtual bool PreHandleWheelEvent(const blink::WebMouseWheelEvent& event);
// Notifies that screen rects were sent to renderer process.
virtual void DidSendScreenRects(RenderWidgetHostImpl* rwh) {}
« no previous file with comments | « content/browser/renderer_host/render_widget_helper.cc ('k') | content/browser/renderer_host/render_widget_host_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698