Index: content/browser/android/content_view_core_impl.h |
diff --git a/content/browser/android/content_view_core_impl.h b/content/browser/android/content_view_core_impl.h |
index aab7ecafbd0a15b6bac63a572ac2387791c065a1..fbe407404b046b2d2a5543f44cf5482fa03f6362 100644 |
--- a/content/browser/android/content_view_core_impl.h |
+++ b/content/browser/android/content_view_core_impl.h |
@@ -447,12 +447,12 @@ class ContentViewCoreImpl : public ContentViewCore, |
// Java delegate to acquire and release anchor views from the NativeView |
base::android::ScopedJavaGlobalRef<jobject> view_android_delegate_; |
- // Device scale factor. |
- const float dpi_scale_; |
- |
// The owning window that has a hold of main application activity. |
ui::WindowAndroid* window_android_; |
+ // Device scale factor. |
+ const float dpi_scale_; |
+ |
// Observer to notify of lifecyle changes. |
base::ObserverList<ContentViewCoreImplObserver> observer_list_; |