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

Unified Diff: content/common/content_param_traits_macros.h

Issue 141163002: Make PrerenderTracker's resource_throttle_io_thread_map_ use RenderFrame IDs instead of RenderView … (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: simplify code Created 6 years, 11 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/common/content_param_traits_macros.h
===================================================================
--- content/common/content_param_traits_macros.h (revision 245386)
+++ content/common/content_param_traits_macros.h (working copy)
@@ -12,6 +12,7 @@
#include "ipc/ipc_message_macros.h"
#include "third_party/WebKit/public/web/WebContentSecurityPolicy.h"
#include "third_party/WebKit/public/web/WebInputEvent.h"
+#include "third_party/WebKit/public/web/WebPageVisibilityState.h"
#include "ui/events/latency_info.h"
#include "webkit/common/resource_type.h"
@@ -21,6 +22,7 @@
IPC_ENUM_TRAITS(ResourceType::Type)
IPC_ENUM_TRAITS(blink::WebContentSecurityPolicyType)
IPC_ENUM_TRAITS(blink::WebInputEvent::Type)
+IPC_ENUM_TRAITS(blink::WebPageVisibilityState)
IPC_ENUM_TRAITS(ui::LatencyComponentType)
IPC_STRUCT_TRAITS_BEGIN(ui::LatencyInfo::LatencyComponent)

Powered by Google App Engine
This is Rietveld 408576698