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

Unified Diff: third_party/WebKit/Source/core/testing/Internals.h

Issue 2897493002: Rename DMC::SetMarkersActive() to SetTextMatchMarkersActive() (Closed)
Patch Set: Revert change to rename whitelist file Created 3 years, 7 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
Index: third_party/WebKit/Source/core/testing/Internals.h
diff --git a/third_party/WebKit/Source/core/testing/Internals.h b/third_party/WebKit/Source/core/testing/Internals.h
index 56b40ce940384117dbb8e4f467ae664507977b2e..593a402928cee21be11069b5d65927c8e9bf2a08 100644
--- a/third_party/WebKit/Source/core/testing/Internals.h
+++ b/third_party/WebKit/Source/core/testing/Internals.h
@@ -193,10 +193,10 @@ class Internals final : public GarbageCollected<Internals>,
bool thick,
const String& background_color_value,
ExceptionState&);
- void setMarkersActive(Node*,
- unsigned start_offset,
- unsigned end_offset,
- bool);
+ void setTextMatchMarkersActive(Node*,
+ unsigned start_offset,
+ unsigned end_offset,
+ bool);
void setMarkedTextMatchesAreHighlighted(Document*, bool);
void setFrameViewPosition(Document*, long x, long y, ExceptionState&);

Powered by Google App Engine
This is Rietveld 408576698