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

Unified Diff: Source/web/WebLocalFrameImpl.h

Issue 1053123007: Invalidate paint of tickmarks on document change (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 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/web/TextFinder.cpp ('k') | Source/web/WebLocalFrameImpl.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/WebLocalFrameImpl.h
diff --git a/Source/web/WebLocalFrameImpl.h b/Source/web/WebLocalFrameImpl.h
index b37933b2419b26e1fbd10a9ba0b7608cb02b548d..9d00d9a6b3b6cd735666dcd0876993e9f0db3b51 100644
--- a/Source/web/WebLocalFrameImpl.h
+++ b/Source/web/WebLocalFrameImpl.h
@@ -321,12 +321,6 @@ public:
// Otherwise creates it and then returns.
TextFinder& ensureTextFinder();
- // Invalidates vertical scrollbar only.
- void invalidateScrollbar() const;
-
- // Invalidates both content area and the scrollbar.
- void invalidateAll() const;
-
// Returns a hit-tested VisiblePosition for the given point
VisiblePosition visiblePositionForViewportPoint(const WebPoint&);
« no previous file with comments | « Source/web/TextFinder.cpp ('k') | Source/web/WebLocalFrameImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698