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

Unified Diff: webkit/glue/webframe_impl.h

Issue 66016: Let WebKit draw the active highlight for FindInPage (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 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 | « no previous file | webkit/glue/webframe_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/glue/webframe_impl.h
===================================================================
--- webkit/glue/webframe_impl.h (revision 13484)
+++ webkit/glue/webframe_impl.h (working copy)
@@ -387,8 +387,11 @@
void InvalidateArea(AreaToInvalidate area);
// Add a WebKit TextMatch-highlight marker to nodes in a range.
- void AddMarker(WebCore::Range* range);
+ void AddMarker(WebCore::Range* range, bool active_match);
+ // Sets the markers within a range as active or inactive.
+ void SetMarkerActive(WebCore::Range* range, bool active);
+
// Returns the ordinal of the first match in the frame specified. This
// function enumerates the frames, starting with the main frame and up to (but
// not including) the frame passed in as a parameter and counts how many
« no previous file with comments | « no previous file | webkit/glue/webframe_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698