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

Unified Diff: Source/core/editing/FrameSelection.cpp

Issue 1171733002: Adding a bunch of trace events for text selection. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@new_granularity_real
Patch Set: Created 5 years, 6 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 | Source/web/WebLocalFrameImpl.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/editing/FrameSelection.cpp
diff --git a/Source/core/editing/FrameSelection.cpp b/Source/core/editing/FrameSelection.cpp
index 7e09daef0e618b3380f3281811a901912014736d..94208d24e2d81fb17b19884501902db8691fb290 100644
--- a/Source/core/editing/FrameSelection.cpp
+++ b/Source/core/editing/FrameSelection.cpp
@@ -1940,7 +1940,6 @@ GranularityStrategy* FrameSelection::granularityStrategy()
void FrameSelection::moveRangeSelectionExtent(const IntPoint& contentsPoint)
{
- TRACE_EVENT0("blink", "FrameSelection::moveRangeSelectionExtent");
if (isNone())
return;
« no previous file with comments | « no previous file | Source/web/WebLocalFrameImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698