Index: Source/WebKit/chromium/ChangeLog |
=================================================================== |
--- Source/WebKit/chromium/ChangeLog (revision 138265) |
+++ Source/WebKit/chromium/ChangeLog (working copy) |
@@ -1,3 +1,17 @@ |
+2012-12-17 Levi Weintraub <leviw@chromium.org> |
+ |
+ Add support for tracking hit test rectangles to enable fast event rejection in the compositor |
+ https://bugs.webkit.org/show_bug.cgi?id=103914 |
+ |
+ Reviewed by James Robinson. |
+ |
+ Enabling touch event target region tracking. |
+ |
+ * features.gypi: |
+ * src/WebPluginContainerImpl.cpp: |
+ (WebKit::WebPluginContainerImpl::requestTouchEventType): |
+ (WebKit::WebPluginContainerImpl::~WebPluginContainerImpl): |
+ |
2012-12-17 James Robinson <jamesr@chromium.org> |
[chromium] Move ownership of WebLayerTreeView to WebWidgetClient |