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

Unified Diff: sky/engine/web/WebLocalFrameImpl.h

Issue 646273006: Get rid of ScrollView. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: merge to ToT Created 6 years, 2 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: sky/engine/web/WebLocalFrameImpl.h
diff --git a/sky/engine/web/WebLocalFrameImpl.h b/sky/engine/web/WebLocalFrameImpl.h
index 745819de4296ffa65c24fa06b65efd6af512468c..4c526afbbd5bced09c3864d8259e294e84317cb3 100644
--- a/sky/engine/web/WebLocalFrameImpl.h
+++ b/sky/engine/web/WebLocalFrameImpl.h
@@ -164,9 +164,6 @@ public:
static void selectWordAroundPosition(LocalFrame*, VisiblePosition);
- // Invalidates vertical scrollbar only.
- void invalidateScrollbar() const;
-
// Invalidates both content area and the scrollbar.
void invalidateAll() const;

Powered by Google App Engine
This is Rietveld 408576698