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

Unified Diff: content/common/input/web_input_event_traits.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
« no previous file with comments | « content/common/input/scoped_web_input_event.cc ('k') | content/common/input/web_input_event_traits.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/input/web_input_event_traits.h
diff --git a/content/common/input/web_input_event_traits.h b/content/common/input/web_input_event_traits.h
index dba5f9c926ec966f4ded7223393737f31d1d4603..b3b6d07c6429022fde8dc0260bcbf91e70d2f772 100644
--- a/content/common/input/web_input_event_traits.h
+++ b/content/common/input/web_input_event_traits.h
@@ -14,14 +14,14 @@ namespace content {
// Utility class for performing operations on and with WebInputEvents.
class WebInputEventTraits {
public:
- static const char* GetName(WebKit::WebInputEvent::Type type);
- static size_t GetSize(WebKit::WebInputEvent::Type type);
- static ScopedWebInputEvent Clone(const WebKit::WebInputEvent& event);
- static void Delete(WebKit::WebInputEvent* event);
- static bool CanCoalesce(const WebKit::WebInputEvent& event_to_coalesce,
- const WebKit::WebInputEvent& event);
- static void Coalesce(const WebKit::WebInputEvent& event_to_coalesce,
- WebKit::WebInputEvent* event);
+ static const char* GetName(blink::WebInputEvent::Type type);
+ static size_t GetSize(blink::WebInputEvent::Type type);
+ static ScopedWebInputEvent Clone(const blink::WebInputEvent& event);
+ static void Delete(blink::WebInputEvent* event);
+ static bool CanCoalesce(const blink::WebInputEvent& event_to_coalesce,
+ const blink::WebInputEvent& event);
+ static void Coalesce(const blink::WebInputEvent& event_to_coalesce,
+ blink::WebInputEvent* event);
};
} // namespace content
« no previous file with comments | « content/common/input/scoped_web_input_event.cc ('k') | content/common/input/web_input_event_traits.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698