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

Unified Diff: third_party/WebKit/WebCore/rendering/RenderTextControlMultiLine.cpp

Issue 28050: Remove a pending change that was causing layout test fast/forms/textarea-scro... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 10 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/WebCore/rendering/RenderTextControlMultiLine.cpp
===================================================================
--- third_party/WebKit/WebCore/rendering/RenderTextControlMultiLine.cpp (revision 10092)
+++ third_party/WebKit/WebCore/rendering/RenderTextControlMultiLine.cpp (working copy)
@@ -90,12 +90,8 @@
if (!RenderTextControl::nodeAtPoint(request, result, x, y, tx, ty, hitTestAction))
return false;
- if (result.innerNode() == node()) {
- hitInnerTextBlock(result, x, y, tx, ty);
- return true;
- }
-
- return false;
+ hitInnerTextBlock(result, x, y, tx, ty);
+ return true;
}
void RenderTextControlMultiLine::forwardEvent(Event* event)
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698