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

Unified Diff: public/platform/WebScrollbarLayer.h

Issue 139923006: [Cleanup] Follow Up of Pinch/Zoom Infrastucture & Plumbing CL (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: nit work. Created 6 years, 11 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 | « public/platform/WebLayer.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/platform/WebScrollbarLayer.h
diff --git a/public/platform/WebScrollbarLayer.h b/public/platform/WebScrollbarLayer.h
index f737940f84f105a3b53f7d5832d9b385b3855e8f..ea0706e9e778504888ec237827ca68f4aba82169 100644
--- a/public/platform/WebScrollbarLayer.h
+++ b/public/platform/WebScrollbarLayer.h
@@ -43,8 +43,7 @@ public:
virtual WebLayer* layer() = 0;
virtual void setScrollLayer(WebLayer*) = 0;
- // TODO(wjmaclean) Make this pure virtual once https://codereview.chromium.org/23983047 lands.
- virtual void setClipLayer(WebLayer*) { }
+ virtual void setClipLayer(WebLayer*) = 0;
};
} // namespace blink
« no previous file with comments | « public/platform/WebLayer.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698