| Index: ui/android/view_android.h
|
| diff --git a/ui/android/view_android.h b/ui/android/view_android.h
|
| index e446048580dc6d63d456cff04791170fa19bfccc..c76791438b8c7c5f92ea70d7acd9812d5085acda 100644
|
| --- a/ui/android/view_android.h
|
| +++ b/ui/android/view_android.h
|
| @@ -109,13 +109,13 @@ class UI_ANDROID_EXPORT ViewAndroid {
|
| // This may return null.
|
| base::android::ScopedJavaLocalRef<jobject> GetContainerView();
|
|
|
| + // Virtual for testing.
|
| + virtual float GetDipScale();
|
| +
|
| protected:
|
| // Internal implementation of ViewClient forwarding calls to the interface.
|
| bool OnTouchEventInternal(const MotionEventData& event);
|
|
|
| - // Virtual for testing.
|
| - virtual float GetDipScale();
|
| -
|
| ViewAndroid* parent_;
|
|
|
| private:
|
|
|