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

Unified Diff: content/browser/browser_plugin/browser_plugin_guest.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/browser_plugin/browser_plugin_guest.h
diff --git a/content/browser/browser_plugin/browser_plugin_guest.h b/content/browser/browser_plugin/browser_plugin_guest.h
index 5b23a545cc4531ec01fb6d87782e0a3a840fdbd4..9ccf861498b7c8b163bca8d3e201502a4defd319 100644
--- a/content/browser/browser_plugin/browser_plugin_guest.h
+++ b/content/browser/browser_plugin/browser_plugin_guest.h
@@ -53,7 +53,7 @@ namespace cc {
class CompositorFrameAck;
}
-namespace WebKit {
+namespace blink {
class WebInputEvent;
}
@@ -282,7 +282,7 @@ class CONTENT_EXPORT BrowserPluginGuest
gfx::Rect ToGuestRect(const gfx::Rect& rect);
void DragSourceEndedAt(int client_x, int client_y, int screen_x,
- int screen_y, WebKit::WebDragOperation operation);
+ int screen_y, blink::WebDragOperation operation);
void DragSourceMovedTo(int client_x, int client_y,
int screen_x, int screen_y);
@@ -369,9 +369,9 @@ class CONTENT_EXPORT BrowserPluginGuest
// drag-message to the guest. This routes the drag-message to the guest
// renderer.
void OnDragStatusUpdate(int instance_id,
- WebKit::WebDragStatus drag_status,
+ blink::WebDragStatus drag_status,
const DropData& drop_data,
- WebKit::WebDragOperationsMask drag_mask,
+ blink::WebDragOperationsMask drag_mask,
const gfx::Point& location);
// Instructs the guest to execute an edit command decoded in the embedder.
void OnExecuteEditCommand(int instance_id,
@@ -379,7 +379,7 @@ class CONTENT_EXPORT BrowserPluginGuest
// Overriden in tests.
virtual void OnHandleInputEvent(int instance_id,
const gfx::Rect& guest_window_rect,
- const WebKit::WebInputEvent* event);
+ const blink::WebInputEvent* event);
void OnLockMouse(bool user_gesture,
bool last_unlocked_by_target,
bool privileged);
@@ -439,7 +439,7 @@ class CONTENT_EXPORT BrowserPluginGuest
void OnDragStopped();
void OnHandleInputEventAck(
- WebKit::WebInputEvent::Type event_type,
+ blink::WebInputEvent::Type event_type,
InputEventAckState ack_result);
void OnHasTouchEventHandlers(bool accept);
void OnSetCursor(const WebCursor& cursor);
« no previous file with comments | « content/browser/browser_plugin/browser_plugin_embedder.cc ('k') | content/browser/browser_plugin/browser_plugin_guest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698