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

Unified Diff: public/platform/WebScrollbarLayer.h

Issue 138453004: Pinch/Zoom Infrastructure & Plumbing CL (Prequel) (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Use setContentsRect() instead of directly accessing contentLayer bounds. 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 5658da84c9211b8062866bca6db2d008e55f2197..f737940f84f105a3b53f7d5832d9b385b3855e8f 100644
--- a/public/platform/WebScrollbarLayer.h
+++ b/public/platform/WebScrollbarLayer.h
@@ -43,6 +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*) { }
};
} // 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