Index: content/child/blink_platform_impl.h |
diff --git a/content/child/blink_platform_impl.h b/content/child/blink_platform_impl.h |
index 797aae1c62041f9d2e751b4dc37b366d7bd1fa01..17878c52a392a645d11a01d0ec04d4401da9e560 100644 |
--- a/content/child/blink_platform_impl.h |
+++ b/content/child/blink_platform_impl.h |
@@ -153,9 +153,6 @@ class CONTENT_EXPORT BlinkPlatformImpl |
const blink::WebWorkerRunLoop& runLoop) OVERRIDE; |
virtual blink::WebCrypto* crypto() OVERRIDE; |
- void SetFlingCurveParameters(const std::vector<float>& new_touchpad, |
- const std::vector<float>& new_touchscreen); |
- |
void SuspendSharedTimer(); |
void ResumeSharedTimer(); |
virtual void OnStartSharedTimer(base::TimeDelta delay) {} |
@@ -176,7 +173,6 @@ class CONTENT_EXPORT BlinkPlatformImpl |
double shared_timer_fire_time_; |
bool shared_timer_fire_time_was_set_while_suspended_; |
int shared_timer_suspended_; // counter |
- scoped_ptr<FlingCurveConfiguration> fling_curve_configuration_; |
base::ThreadLocalStorage::Slot current_thread_slot_; |
WebCryptoImpl web_crypto_; |
}; |