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

Unified Diff: content/browser/renderer_host/gtk_key_bindings_handler.cc

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/gtk_key_bindings_handler.cc
diff --git a/content/browser/renderer_host/gtk_key_bindings_handler.cc b/content/browser/renderer_host/gtk_key_bindings_handler.cc
index 5a05eeb318b32e10a0b071b0d7dfe99d67b76d6f..3830364a0e8ff1b979306e06f5f6341d0fb58396 100644
--- a/content/browser/renderer_host/gtk_key_bindings_handler.cc
+++ b/content/browser/renderer_host/gtk_key_bindings_handler.cc
@@ -29,7 +29,7 @@ GtkKeyBindingsHandler::~GtkKeyBindingsHandler() {
bool GtkKeyBindingsHandler::Match(const NativeWebKeyboardEvent& wke,
EditCommands* edit_commands) {
- if (wke.type == WebKit::WebInputEvent::Char || !wke.os_event)
+ if (wke.type == blink::WebInputEvent::Char || !wke.os_event)
return false;
edit_commands_.clear();
« no previous file with comments | « content/browser/renderer_host/gtk_im_context_wrapper.cc ('k') | content/browser/renderer_host/gtk_window_utils.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698