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

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
Index: Source/web/WebLocalFrameImpl.h
diff --git a/Source/web/WebLocalFrameImpl.h b/Source/web/WebLocalFrameImpl.h
index 5e1a14d4fc0120a4a6dd30d6402d949c084aeb54..7868f222893d54f68c5c37af9a1cc6609a54c276 100644
--- a/Source/web/WebLocalFrameImpl.h
+++ b/Source/web/WebLocalFrameImpl.h
@@ -324,12 +324,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;
-
Xianzhu 2015/04/17 18:25:03 These were for TextFinder only. Now TextFinder use
// Returns a hit-tested VisiblePosition for the given point
VisiblePosition visiblePositionForViewportPoint(const WebPoint&);

Powered by Google App Engine
This is Rietveld 408576698