| Index: third_party/WebKit/Source/platform/graphics/CompositorMutableState.h
|
| diff --git a/third_party/WebKit/Source/platform/graphics/CompositorMutableState.h b/third_party/WebKit/Source/platform/graphics/CompositorMutableState.h
|
| index 66c590c2b765ff7ef90f5f1ced4d12efa062cc86..4922aee537ec9ac6023917f533f6fdd2db247ee8 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/CompositorMutableState.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/CompositorMutableState.h
|
| @@ -31,11 +31,11 @@ class PLATFORM_EXPORT CompositorMutableState {
|
| const SkMatrix44& transform() const;
|
| void setTransform(const SkMatrix44&);
|
|
|
| - double scrollLeft() const;
|
| - void setScrollLeft(double);
|
| + float scrollLeft() const;
|
| + void setScrollLeft(float);
|
|
|
| - double scrollTop() const;
|
| - void setScrollTop(double);
|
| + float scrollTop() const;
|
| + void setScrollTop(float);
|
|
|
| private:
|
| CompositorMutation* m_mutation;
|
|
|