| Index: content/browser/renderer_host/touchscreen_tap_suppression_controller_stub.cc
|
| diff --git a/content/browser/renderer_host/touchscreen_tap_suppression_controller_stub.cc b/content/browser/renderer_host/touchscreen_tap_suppression_controller_stub.cc
|
| index 86c0d68e8260697e5ecb0d7ac675c2cb34994f4b..edc1f41337efc6be150269b2dc73932b6be59637 100644
|
| --- a/content/browser/renderer_host/touchscreen_tap_suppression_controller_stub.cc
|
| +++ b/content/browser/renderer_host/touchscreen_tap_suppression_controller_stub.cc
|
| @@ -13,9 +13,7 @@ namespace content {
|
|
|
| TouchscreenTapSuppressionController::TouchscreenTapSuppressionController(
|
| GestureEventFilter* /*gef*/)
|
| - : gesture_event_filter_(NULL),
|
| - controller_(NULL) {
|
| -}
|
| + : gesture_event_filter_(NULL) {}
|
|
|
| TouchscreenTapSuppressionController::~TouchscreenTapSuppressionController() {}
|
|
|
|
|