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

Unified Diff: Source/core/page/EventHandler.cpp

Issue 254803008: Remove unused instance tree related member variable (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 8 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 | « Source/core/page/EventHandler.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/page/EventHandler.cpp
diff --git a/Source/core/page/EventHandler.cpp b/Source/core/page/EventHandler.cpp
index 566311c4ad8f8bcccf3df061071dc91d703f57f3..b841c22373b5b567961582bd35965d3e9576a15d 100644
--- a/Source/core/page/EventHandler.cpp
+++ b/Source/core/page/EventHandler.cpp
@@ -260,7 +260,6 @@ void EventHandler::clear()
m_resizeScrollableArea = 0;
m_nodeUnderMouse = nullptr;
m_lastNodeUnderMouse = nullptr;
- m_instanceUnderMouse = nullptr;
m_lastInstanceUnderMouse = nullptr;
m_lastMouseMoveEventSubframe = nullptr;
m_lastScrollbarUnderMouse = nullptr;
@@ -1834,7 +1833,6 @@ void EventHandler::updateMouseEventTargetNode(Node* targetNode, const PlatformMo
result = NodeRenderingTraversal::parent(result);
}
m_nodeUnderMouse = result;
- m_instanceUnderMouse = instanceAssociatedWithShadowTreeElement(result);
// <use> shadow tree elements may have been recloned, update node under mouse in any case
if (m_lastInstanceUnderMouse) {
« no previous file with comments | « Source/core/page/EventHandler.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698