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

Unified Diff: third_party/WebKit/public/platform/WebScrollbarLayer.h

Issue 2728253002: Remove indirection: setup scrollbar scroll layers in the scrollbar constructor (Closed)
Patch Set: Ensure detachScrollbarLayer is called in scrollableAreaScrollbarLayerDidChange Created 3 years, 10 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/public/platform/WebScrollbarLayer.h
diff --git a/third_party/WebKit/public/platform/WebScrollbarLayer.h b/third_party/WebKit/public/platform/WebScrollbarLayer.h
index e25bee851070b3c2fc5d8784060486859467bb47..42ed7a4e09ab6ee9b7ad034d30ed98eed98452ea 100644
--- a/third_party/WebKit/public/platform/WebScrollbarLayer.h
+++ b/third_party/WebKit/public/platform/WebScrollbarLayer.h
@@ -37,8 +37,6 @@ class WebScrollbarLayer {
virtual ~WebScrollbarLayer() {}
virtual WebLayer* layer() = 0;
-
- virtual void setScrollLayer(WebLayer*) = 0;
};
} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698