 Chromium Code Reviews
 Chromium Code Reviews Issue 1729373003:
  Implement touch events for site-isolation.  (Closed) 
  Base URL: https://chromium.googlesource.com/chromium/src.git@master
    
  
    Issue 1729373003:
  Implement touch events for site-isolation.  (Closed) 
  Base URL: https://chromium.googlesource.com/chromium/src.git@master| Index: third_party/WebKit/Source/web/WebFrameWidgetImpl.cpp | 
| diff --git a/third_party/WebKit/Source/web/WebFrameWidgetImpl.cpp b/third_party/WebKit/Source/web/WebFrameWidgetImpl.cpp | 
| index 033a49e59fb956e16f9f9914cd55df6e48e7975b..3699d6032234a60245c35b88cb80886048bb3650 100644 | 
| --- a/third_party/WebKit/Source/web/WebFrameWidgetImpl.cpp | 
| +++ b/third_party/WebKit/Source/web/WebFrameWidgetImpl.cpp | 
| @@ -318,7 +318,6 @@ const WebInputEvent* WebFrameWidgetImpl::m_currentInputEvent = nullptr; | 
| WebInputEventResult WebFrameWidgetImpl::handleInputEvent(const WebInputEvent& inputEvent) | 
| { | 
| - | 
| 
kenrb
2016/02/25 00:58:04
This probably isn't worth touching Blink, I'm gues
 
wjmaclean
2016/02/25 12:23:02
Done.
 | 
| TRACE_EVENT1("input", "WebFrameWidgetImpl::handleInputEvent", "type", inputTypeToName(inputEvent.type)); | 
| // Report the event to be NOT processed by WebKit, so that the browser can handle it appropriately. |