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

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: 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
« public/platform/WebLayer.h ('K') | « 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..234e7f41faced294550665a1ff877cd89f6e7b30 100644
--- a/public/platform/WebScrollbarLayer.h
+++ b/public/platform/WebScrollbarLayer.h
@@ -43,8 +43,8 @@ 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;
wjmaclean 2014/01/31 13:38:25 nit: We don't need a blank line between this and t
deepak.sa 2014/02/01 09:15:24 Done.
};
} // namespace blink
« public/platform/WebLayer.h ('K') | « public/platform/WebLayer.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698