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

Unified Diff: webkit/renderer/compositor_bindings/web_compositor_support_impl.h

Issue 234603002: Add support for setting TrackStart on solid color layers. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix more unit test compile Created 6 years, 8 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 | « cc/test/layer_test_common.h ('k') | webkit/renderer/compositor_bindings/web_compositor_support_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/renderer/compositor_bindings/web_compositor_support_impl.h
diff --git a/webkit/renderer/compositor_bindings/web_compositor_support_impl.h b/webkit/renderer/compositor_bindings/web_compositor_support_impl.h
index e89a0cb4f5564e3a22f69aa3a69e22b67db13548..27494c7bd3647e0c611686ce6359a0b8cc3c2f2b 100644
--- a/webkit/renderer/compositor_bindings/web_compositor_support_impl.h
+++ b/webkit/renderer/compositor_bindings/web_compositor_support_impl.h
@@ -36,7 +36,14 @@ class WebCompositorSupportImpl : public blink::WebCompositorSupport {
blink::WebScrollbarThemePainter painter,
blink::WebScrollbarThemeGeometry*);
virtual blink::WebScrollbarLayer* createSolidColorScrollbarLayer(
- blink::WebScrollbar::Orientation orientation, int thumb_thickness,
+ blink::WebScrollbar::Orientation orientation,
+ int thumb_thickness,
+ int track_start,
+ bool is_left_side_vertical_scrollbar);
+ // FIXME(aelias): Delete this after Blink roll.
+ virtual blink::WebScrollbarLayer* createSolidColorScrollbarLayer(
+ blink::WebScrollbar::Orientation orientation,
+ int thumb_thickness,
bool is_left_side_vertical_scrollbar);
virtual blink::WebAnimation* createAnimation(
const blink::WebAnimationCurve& curve,
« no previous file with comments | « cc/test/layer_test_common.h ('k') | webkit/renderer/compositor_bindings/web_compositor_support_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698