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

Unified Diff: content/browser/gpu/gpu_data_manager_impl_private.cc

Issue 2121973003: Replace/remove some uses of DeviceDisplayInfo (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix compilation for Chrome Created 4 years, 5 months 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 | « chrome/browser/android/tab_android.cc ('k') | content/browser/web_contents/web_contents_android.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/gpu/gpu_data_manager_impl_private.cc
diff --git a/content/browser/gpu/gpu_data_manager_impl_private.cc b/content/browser/gpu/gpu_data_manager_impl_private.cc
index bd9e61b6a34a61d32a08cf5d801d7561456552be..77b9b2aa1f3f5e9506f3d926d87a24a0bb267b54 100644
--- a/content/browser/gpu/gpu_data_manager_impl_private.cc
+++ b/content/browser/gpu/gpu_data_manager_impl_private.cc
@@ -48,9 +48,6 @@
#if defined(OS_WIN)
#include "base/win/windows_version.h"
#endif // OS_WIN
-#if defined(OS_ANDROID)
-#include "ui/gfx/android/device_display_info.h"
-#endif // OS_ANDROID
#if defined(MOJO_SHELL_CLIENT) && defined(USE_AURA)
#include "services/shell/runner/common/client_util.h"
#endif
« no previous file with comments | « chrome/browser/android/tab_android.cc ('k') | content/browser/web_contents/web_contents_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698