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

Unified Diff: cc/ipc/cc_param_traits.h

Issue 2884423003: Use scroll-boundary-behavior to control overscroll-refresh/glow on android. (Closed)
Patch Set: Fixed the comments Created 3 years, 7 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: cc/ipc/cc_param_traits.h
diff --git a/cc/ipc/cc_param_traits.h b/cc/ipc/cc_param_traits.h
index d2e8b59978c9bf101ebb1989351179e46bacc749..5879bfd67fb3e3d6702f5a0137232038ffd443ac 100644
--- a/cc/ipc/cc_param_traits.h
+++ b/cc/ipc/cc_param_traits.h
@@ -8,6 +8,7 @@
#define CC_IPC_CC_PARAM_TRAITS_H_
#include "cc/base/filter_operation.h"
+#include "cc/input/scroll_boundary_behavior.h"
dtapuska 2017/05/23 17:13:40 This is an odd include. Where is this used?
sunyunjia 2017/06/13 15:56:21 Sorry, I forgot to remove it.
#include "cc/ipc/cc_ipc_export.h"
#include "cc/ipc/cc_param_traits_macros.h"
#include "cc/output/compositor_frame.h"

Powered by Google App Engine
This is Rietveld 408576698