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

Unified Diff: sky/viewer/cc/web_compositor_support_impl.h

Issue 720713003: Remove WebScroll* (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 6 years, 1 month 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 | « sky/viewer/cc/web_animation_impl.cc ('k') | sky/viewer/cc/web_compositor_support_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/viewer/cc/web_compositor_support_impl.h
diff --git a/sky/viewer/cc/web_compositor_support_impl.h b/sky/viewer/cc/web_compositor_support_impl.h
index 82d86be35f7a8e4a6d03ffd7fb0da66a0fe38a22..aee91e534d23cac066e899fcbe63829aea31eb26 100644
--- a/sky/viewer/cc/web_compositor_support_impl.h
+++ b/sky/viewer/cc/web_compositor_support_impl.h
@@ -31,26 +31,12 @@ class SKY_VIEWER_CC_EXPORT WebCompositorSupportImpl
virtual blink::WebExternalTextureLayer* createExternalTextureLayer(
blink::WebExternalTextureLayerClient* client);
virtual blink::WebImageLayer* createImageLayer();
- virtual blink::WebScrollbarLayer* createScrollbarLayer(
- blink::WebScrollbar* scrollbar,
- blink::WebScrollbarThemePainter painter,
- blink::WebScrollbarThemeGeometry*);
- virtual blink::WebScrollbarLayer* createSolidColorScrollbarLayer(
- blink::WebScrollbar::Orientation orientation,
- int thumb_thickness,
- int track_start,
- bool is_left_side_vertical_scrollbar);
virtual blink::WebCompositorAnimation* createAnimation(
const blink::WebCompositorAnimationCurve& curve,
blink::WebCompositorAnimation::TargetProperty target,
int animation_id);
virtual blink::WebFilterAnimationCurve* createFilterAnimationCurve();
virtual blink::WebFloatAnimationCurve* createFloatAnimationCurve();
- virtual blink::WebScrollOffsetAnimationCurve*
- createScrollOffsetAnimationCurve(
- blink::WebFloatPoint target_value,
- blink::WebCompositorAnimationCurve::TimingFunctionType
- timing_function);
virtual blink::WebTransformAnimationCurve* createTransformAnimationCurve();
virtual blink::WebTransformOperations* createTransformOperations();
virtual blink::WebFilterOperations* createFilterOperations();
« no previous file with comments | « sky/viewer/cc/web_animation_impl.cc ('k') | sky/viewer/cc/web_compositor_support_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698