Index: cc/layers/layer.cc |
diff --git a/cc/layers/layer.cc b/cc/layers/layer.cc |
index 97fcdc89a0677d0f9ac6855fadc3101ef4ab3c58..18361461a13f9386d64d8bdf942cbbcfc9ad23a9 100644 |
--- a/cc/layers/layer.cc |
+++ b/cc/layers/layer.cc |
@@ -630,6 +630,7 @@ void Layer::SetTouchEventHandlerRegion(const Region& region) { |
if (touch_event_handler_region_ == region) |
return; |
touch_event_handler_region_ = region; |
+ SetNeedsCommit(); |
} |
void Layer::SetDrawCheckerboardForMissingTiles(bool checkerboard) { |