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

Unified Diff: cc/blink/web_layer_impl.cc

Issue 951673002: Revert "Pull chromium at 2c3ffb2355a27c32f45e508ef861416b820c823b" (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 10 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
« no previous file with comments | « cc/blink/web_display_item_list_impl.cc ('k') | cc/cc.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/blink/web_layer_impl.cc
diff --git a/cc/blink/web_layer_impl.cc b/cc/blink/web_layer_impl.cc
index 0ef5ae777051690ad971f996b74a9266d7a75b80..2d5e4596db3b2800958f83b784a02732d92e6941 100644
--- a/cc/blink/web_layer_impl.cc
+++ b/cc/blink/web_layer_impl.cc
@@ -397,17 +397,17 @@ WebVector<WebRect> WebLayerImpl::touchEventHandlerRegion() const {
}
static_assert(static_cast<ScrollBlocksOn>(blink::WebScrollBlocksOnNone) ==
- SCROLL_BLOCKS_ON_NONE,
+ ScrollBlocksOnNone,
"ScrollBlocksOn and WebScrollBlocksOn enums must match");
static_assert(static_cast<ScrollBlocksOn>(blink::WebScrollBlocksOnStartTouch) ==
- SCROLL_BLOCKS_ON_START_TOUCH,
+ ScrollBlocksOnStartTouch,
"ScrollBlocksOn and WebScrollBlocksOn enums must match");
static_assert(static_cast<ScrollBlocksOn>(blink::WebScrollBlocksOnWheelEvent) ==
- SCROLL_BLOCKS_ON_WHEEL_EVENT,
+ ScrollBlocksOnWheelEvent,
"ScrollBlocksOn and WebScrollBlocksOn enums must match");
static_assert(
static_cast<ScrollBlocksOn>(blink::WebScrollBlocksOnScrollEvent) ==
- SCROLL_BLOCKS_ON_SCROLL_EVENT,
+ ScrollBlocksOnScrollEvent,
"ScrollBlocksOn and WebScrollBlocksOn enums must match");
void WebLayerImpl::setScrollBlocksOn(blink::WebScrollBlocksOn blocks) {
« no previous file with comments | « cc/blink/web_display_item_list_impl.cc ('k') | cc/cc.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698